@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace WeAreNeopix\LaravelModelTranslation; |
4 | 4 | |
5 | +use Illuminate\Database\Eloquent\Collection; |
|
5 | 6 | use Illuminate\Database\Eloquent\Model; |
7 | +use Illuminate\Filesystem\FilesystemAdapter as StorageDisk; |
|
6 | 8 | use Illuminate\Support\Facades\Storage; |
7 | 9 | use Illuminate\Support\ServiceProvider; |
8 | -use Illuminate\Database\Eloquent\Collection; |
|
9 | -use Illuminate\Filesystem\FilesystemAdapter as StorageDisk; |
|
10 | 10 | use WeAreNeopix\LaravelModelTranslation\Commands\MakeDriverCommand; |
11 | -use WeAreNeopix\LaravelModelTranslation\Drivers\JSONTranslationDriver; |
|
12 | 11 | use WeAreNeopix\LaravelModelTranslation\Commands\TestTranslationExtensions; |
12 | +use WeAreNeopix\LaravelModelTranslation\Drivers\JSONTranslationDriver; |
|
13 | 13 | |
14 | 14 | class ModelTranslationServiceProvider extends ServiceProvider |
15 | 15 | { |