@@ -3,12 +3,12 @@ |
||
| 3 | 3 | namespace Nikaia\TranslationSheet\Translation; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Filesystem\Filesystem; |
| 6 | +use Illuminate\Foundation\Application; |
|
| 6 | 7 | use Illuminate\Support\Arr; |
| 7 | 8 | use Illuminate\Support\Collection; |
| 8 | 9 | use Nikaia\TranslationSheet\Commands\Output; |
| 9 | 10 | use Nikaia\TranslationSheet\Spreadsheet; |
| 10 | 11 | use Nikaia\TranslationSheet\Util; |
| 11 | -use Illuminate\Foundation\Application; |
|
| 12 | 12 | |
| 13 | 13 | class Writer |
| 14 | 14 | { |
@@ -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 | { |