@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Translatable; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | 5 | use Illuminate\Support\Facades\Config; |
7 | -use Spatie\Translatable\Scopes\WhereScope; |
|
6 | +use Illuminate\Support\Str; |
|
8 | 7 | use Spatie\Translatable\Events\TranslationHasBeenSet; |
9 | 8 | use Spatie\Translatable\Exceptions\AttributeIsNotTranslatable; |
9 | +use Spatie\Translatable\Scopes\WhereScope; |
|
10 | 10 | |
11 | 11 | trait HasTranslations |
12 | 12 | { |