@@ -3,7 +3,6 @@ discard block |
||
3 | 3 | namespace Nikaia\TranslationSheet; |
4 | 4 | |
5 | 5 | use Illuminate\Support\ServiceProvider; |
6 | -use Nikaia\TranslationSheet\Util; |
|
7 | 6 | use Nikaia\TranslationSheet\Client\Client; |
8 | 7 | use Nikaia\TranslationSheet\Commands\Lock; |
9 | 8 | use Nikaia\TranslationSheet\Commands\Open; |
@@ -13,6 +12,7 @@ discard block |
||
13 | 12 | use Nikaia\TranslationSheet\Commands\Setup; |
14 | 13 | use Nikaia\TranslationSheet\Commands\Status; |
15 | 14 | use Nikaia\TranslationSheet\Commands\Unlock; |
15 | +use Nikaia\TranslationSheet\Util; |
|
16 | 16 | |
17 | 17 | class TranslationSheetServiceProvider extends ServiceProvider |
18 | 18 | { |