@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Console\Command; |
7 | -use Symfony\Component\Console\Helper\Table; |
|
8 | -use Symfony\Component\Console\Helper\TableSeparator; |
|
9 | 7 | |
10 | 8 | class CacheTranslationsCommand extends Command |
11 | 9 | { |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Thinktomorrow\Squanto; |
4 | 4 | |
5 | -use League\Flysystem\Filesystem; |
|
6 | -use Thinktomorrow\Squanto\Services\CachedTranslationFile; |
|
7 | -use Thinktomorrow\Squanto\Import\ImportTranslationsCommand; |
|
8 | 5 | use Illuminate\Translation\TranslationServiceProvider as BaseServiceProvider; |
9 | 6 | use League\Flysystem\Adapter\Local; |
7 | +use League\Flysystem\Filesystem; |
|
8 | +use Thinktomorrow\Squanto\Import\ImportTranslationsCommand; |
|
10 | 9 | use Thinktomorrow\Squanto\Services\CacheTranslationsCommand; |
10 | +use Thinktomorrow\Squanto\Services\CachedTranslationFile; |
|
11 | 11 | use Thinktomorrow\Squanto\Services\LaravelTranslationsReader; |
12 | 12 | use Thinktomorrow\Squanto\Translators\SquantoTranslator; |
13 | 13 |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Thinktomorrow\Squanto\Domain; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | 5 | use Astrotomic\Translatable\Translatable as BaseTranslatable; |
6 | +use Illuminate\Database\Eloquent\Model; |
|
7 | 7 | use Illuminate\Support\Collection; |
8 | 8 | use Illuminate\Support\Facades\DB; |
9 | 9 |