@@ -6,12 +6,12 @@ |
||
6 | 6 | use Nikaia\TranslationSheet\Client\Client; |
7 | 7 | use Nikaia\TranslationSheet\Commands\Lock; |
8 | 8 | use Nikaia\TranslationSheet\Commands\Open; |
9 | +use Nikaia\TranslationSheet\Commands\Prepare; |
|
9 | 10 | use Nikaia\TranslationSheet\Commands\Pull; |
10 | 11 | use Nikaia\TranslationSheet\Commands\Push; |
11 | 12 | use Nikaia\TranslationSheet\Commands\Setup; |
12 | 13 | use Nikaia\TranslationSheet\Commands\Status; |
13 | 14 | use Nikaia\TranslationSheet\Commands\Unlock; |
14 | -use Nikaia\TranslationSheet\Commands\Prepare; |
|
15 | 15 | |
16 | 16 | class TranslationSheetServiceProvider extends ServiceProvider |
17 | 17 | { |