We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ff741 + 13ecf84 commit 1de1b34Copy full SHA for 1de1b34
README.md
@@ -53,7 +53,7 @@ First example would be to add view composed variable and use it in blade views.
53
use ExportLocalization;
54
55
// Without alias
56
-use KgBot\LaravelLocalization\Facades\ExportLocalizations as LaravelLocalization;
+use KgBot\LaravelLocalization\Facades\ExportLocalizations as ExportLocalization;
57
58
59
View::composer( 'view.file', function ( $view ) {
0 commit comments