Completed
Branch master (443a84)
by recca
04:15
created
src/CollectionRepository.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Repository;
4 4
 
5
-use Illuminate\Support\Fluent;
6
-use Illuminate\Support\Collection;
7
-use Illuminate\Pagination\Paginator;
8 5
 use Illuminate\Pagination\LengthAwarePaginator;
6
+use Illuminate\Pagination\Paginator;
7
+use Illuminate\Support\Collection;
8
+use Illuminate\Support\Fluent;
9 9
 use Recca0120\Repository\Compilers\CollectionCompiler;
10 10
 
11 11
 class CollectionRepository extends AbstractRepository
Please login to merge, or discard this patch.
src/Criteria.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Repository;
4 4
 
5
-use ReflectionClass;
6 5
 use BadMethodCallException;
7 6
 use Recca0120\Repository\Helper\Action;
7
+use ReflectionClass;
8 8
 
9 9
 class Criteria
10 10
 {
Please login to merge, or discard this patch.