Skip to content

Commit 0100db6

Browse files
grzeswrmariuzzo
authored andcommitted
Use fully-qualified class name (#124)
1 parent eed7726 commit 0100db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mariuzzo/LaravelJsLocalization/Commands/LangJsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Mariuzzo\LaravelJsLocalization\Commands;
44

5-
use Config;
5+
use Illuminate\Support\Facades\Config;
66
use Illuminate\Console\Command;
77
use Mariuzzo\LaravelJsLocalization\Generators\LangJsGenerator;
88
use Symfony\Component\Console\Input\InputArgument;

0 commit comments

Comments
 (0)