Completed
Push — master ( 53c2c8...517ace )
by Marcel
19:23
created
src/RelationFinder.php 1 patch
Unused Use Statements   +4 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,14 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\ErdGenerator;
4 4
 
5
-use ReflectionClass;
6
-use ReflectionMethod;
7
-use Illuminate\Support\Collection;
8
-use Illuminate\Database\Eloquent\Relations\Relation;
9 5
 use Illuminate\Database\Eloquent\Relations\BelongsTo;
10
-use Illuminate\Database\Eloquent\Relations\MorphToMany;
11 6
 use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
12
-use Illuminate\Database\Eloquent\Relations\BelongsToMany;
7
+use Illuminate\Database\Eloquent\Relations\Relation;
8
+use Illuminate\Support\Collection;
9
+use ReflectionClass;
10
+use ReflectionMethod;
13 11
 
14 12
 class RelationFinder
15 13
 {
Please login to merge, or discard this patch.