@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\Relatable; |
4 | 4 | |
5 | 5 | use Illuminate\Database\Eloquent\Model; |
6 | -use Illuminate\Support\Collection; |
|
7 | 6 | use Illuminate\Database\Eloquent\Relations\MorphMany; |
7 | +use Illuminate\Support\Collection; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * @mixin \Illuminate\Database\Eloquent\Model |