@@ -2,11 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Iatstuti\Database\Support; |
4 | 4 | |
5 | -use LogicException; |
|
6 | -use Illuminate\Support\Str; |
|
7 | -use Illuminate\Database\Eloquent\Model; |
|
8 | -use Illuminate\Database\Eloquent\Relations\BelongsToMany; |
|
9 | 5 | use Illuminate\Database\Eloquent\Relations\Relation; |
6 | +use LogicException; |
|
10 | 7 | |
11 | 8 | trait CascadeSoftDeletes |
12 | 9 | { |