Completed
Push — master ( afbe30...b4819e )
by
unknown
01:09
created
src/RelationFinder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 use Illuminate\Database\Eloquent\Relations\BelongsTo;
6 6
 use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
7 7
 use Illuminate\Database\Eloquent\Relations\Relation;
8
+use Illuminate\Support\Arr;
8 9
 use Illuminate\Support\Collection;
9 10
 use ReflectionClass;
10 11
 use ReflectionMethod;
11
-use Illuminate\Support\Arr;
12 12
 
13 13
 
14 14
 class RelationFinder
Please login to merge, or discard this patch.