@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Activitylog\Traits; |
| 4 | 4 | |
| 5 | +use Astrotomic\Translatable\Translatable; |
|
| 5 | 6 | use Illuminate\Database\Eloquent\Model; |
| 6 | 7 | use Illuminate\Support\Arr; |
| 7 | 8 | use Illuminate\Support\Str; |
| 8 | 9 | use Spatie\Activitylog\Exceptions\CouldNotLogChanges; |
| 9 | -use Astrotomic\Translatable\Translatable; |
|
| 10 | 10 | |
| 11 | 11 | trait DetectsChanges |
| 12 | 12 | { |