Completed
Push — master ( 04c6f6...e0d895 )
by recca
01:36
created
src/Criteria.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Repository;
4 4
 
5
-use Closure;
6 5
 use BadMethodCallException;
6
+use Closure;
7 7
 use Illuminate\Support\Str;
8 8
 
9 9
 class Criteria
Please login to merge, or discard this patch.