Completed
Push — master ( a2eb97...0d8323 )
by Michael
01:19
created
src/CascadeSoftDeletes.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.