Skip to content

Commit 1de1b34

Browse files
authored
Merge pull request #31 from ciamarro/patch-1
Update README.md
2 parents d1ff741 + 13ecf84 commit 1de1b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First example would be to add view composed variable and use it in blade views.
5353
use ExportLocalization;
5454
5555
// Without alias
56-
use KgBot\LaravelLocalization\Facades\ExportLocalizations as LaravelLocalization;
56+
use KgBot\LaravelLocalization\Facades\ExportLocalizations as ExportLocalization;
5757
5858
5959
View::composer( 'view.file', function ( $view ) {

0 commit comments

Comments
 (0)