@@ -5,7 +5,6 @@ |
||
5 | 5 | use Illuminate\Database\Eloquent\Relations\MorphToMany; |
6 | 6 | use Illuminate\Support\Collection; |
7 | 7 | use Illuminate\Support\Facades\Config; |
8 | -use LaTevaWeb\Translatable\Events\TranslationHasBeenSet; |
|
9 | 8 | use LaTevaWeb\Translatable\Exceptions\AttributeIsNotTranslatable; |
10 | 9 | |
11 | 10 | trait Translatable |