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