@@ -2,19 +2,19 @@ |
||
| 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 | { |