We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7726 commit 0100db6Copy full SHA for 0100db6
src/Mariuzzo/LaravelJsLocalization/Commands/LangJsCommand.php
@@ -2,7 +2,7 @@
2
3
namespace Mariuzzo\LaravelJsLocalization\Commands;
4
5
-use Config;
+use Illuminate\Support\Facades\Config;
6
use Illuminate\Console\Command;
7
use Mariuzzo\LaravelJsLocalization\Generators\LangJsGenerator;
8
use Symfony\Component\Console\Input\InputArgument;
0 commit comments