@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Thinktomorrow\Squanto\Domain; |
| 4 | 4 | |
| 5 | -use Illuminate\Database\Eloquent\Model; |
|
| 6 | 5 | use Dimsav\Translatable\Translatable as BaseTranslatable; |
| 6 | +use Illuminate\Database\Eloquent\Model; |
|
| 7 | 7 | |
| 8 | 8 | class Line extends Model |
| 9 | 9 | { |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Thinktomorrow\Squanto; |
| 4 | 4 | |
| 5 | +use Illuminate\Translation\TranslationServiceProvider as BaseServiceProvider; |
|
| 6 | +use League\Flysystem\Adapter\Local; |
|
| 5 | 7 | use League\Flysystem\Filesystem; |
| 6 | -use Thinktomorrow\Squanto\Import\ImportTranslationsCommand; |
|
| 7 | 8 | use Thinktomorrow\Squanto\Handlers\ClearCacheTranslations; |
| 8 | 9 | use Thinktomorrow\Squanto\Handlers\WriteTranslationLineToDisk; |
| 9 | -use Illuminate\Translation\TranslationServiceProvider as BaseServiceProvider; |
|
| 10 | -use League\Flysystem\Adapter\Local; |
|
| 10 | +use Thinktomorrow\Squanto\Import\ImportTranslationsCommand; |
|
| 11 | 11 | use Thinktomorrow\Squanto\Services\LaravelTranslationsReader; |
| 12 | 12 | use Thinktomorrow\Squanto\Translators\SquantoTranslator; |
| 13 | 13 | |