@@ -2,13 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Activitylog\Traits; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | -use Spatie\Activitylog\ActivityLogger; |
|
7 | 5 | use Illuminate\Database\Eloquent\Model; |
8 | -use Spatie\Activitylog\Models\Activity; |
|
6 | +use Illuminate\Database\Eloquent\Relations\MorphMany; |
|
9 | 7 | use Illuminate\Database\Eloquent\SoftDeletes; |
8 | +use Illuminate\Support\Collection; |
|
9 | +use Spatie\Activitylog\ActivityLogger; |
|
10 | 10 | use Spatie\Activitylog\ActivitylogServiceProvider; |
11 | -use Illuminate\Database\Eloquent\Relations\MorphMany; |
|
12 | 11 | |
13 | 12 | trait LogsActivity |
14 | 13 | { |