Completed
Push — master ( bedc6a...e41123 )
by Maarten
01:13
created
src/Services/RelationMapper.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Database\Eloquent\Relations\Relation;
6 6
 
7
-use ReflectionException;
8 7
 use ReflectionClass;
8
+use ReflectionException;
9 9
 use ReflectionMethod;
10 10
 
11 11
 class RelationMapper extends ClassReader
Please login to merge, or discard this patch.