Completed
Pull Request — master (#10)
by Orkhan
01:54 queued 50s
created
src/EloquentRepository.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,19 +2,19 @@
 block discarded – undo
2 2
 
3 3
 namespace Orkhanahmadov\EloquentRepository;
4 4
 
5
-use Exception;
6 5
 use BadMethodCallException;
7
-use Illuminate\Support\Arr;
8
-use Illuminate\Database\Eloquent\Model;
9
-use Illuminate\Database\Eloquent\Builder;
6
+use Exception;
10 7
 use Illuminate\Config\Repository as Config;
11
-use Illuminate\Database\Eloquent\Collection;
12 8
 use Illuminate\Contracts\Cache\Factory as Cache;
13
-use Illuminate\Database\Eloquent\ModelNotFoundException;
14
-use Orkhanahmadov\EloquentRepository\Repository\Criteria;
15 9
 use Illuminate\Contracts\Container\BindingResolutionException;
10
+use Illuminate\Database\Eloquent\Builder;
11
+use Illuminate\Database\Eloquent\Collection;
12
+use Illuminate\Database\Eloquent\Model;
13
+use Illuminate\Database\Eloquent\ModelNotFoundException;
14
+use Illuminate\Support\Arr;
16 15
 use Orkhanahmadov\EloquentRepository\Repository\Contracts\Cachable;
17 16
 use Orkhanahmadov\EloquentRepository\Repository\Contracts\Repository;
17
+use Orkhanahmadov\EloquentRepository\Repository\Criteria;
18 18
 
19 19
 abstract class EloquentRepository implements Repository
20 20
 {
Please login to merge, or discard this patch.