Completed
Push — master ( 24c909...981d38 )
by Marcel
9s
created
src/RelationFinder.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +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 6
 use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
7
+use Illuminate\Database\Eloquent\Relations\Relation;
8
+use Illuminate\Support\Collection;
9
+use ReflectionClass;
10
+use ReflectionMethod;
11 11
 
12 12
 class RelationFinder
13 13
 {
Please login to merge, or discard this patch.