Completed
Push — master ( 94e338...a71846 )
by Antonio Carlos
02:33
created
src/Support/Traits/Macroable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace IlluminateAgnostic\Collection\Support\Traits;
4 4
 
5
+use BadMethodCallException;
5 6
 use Closure;
6 7
 use ReflectionClass;
7 8
 use ReflectionMethod;
8
-use BadMethodCallException;
9 9
 
10 10
 trait Macroable
11 11
 {
Please login to merge, or discard this patch.