Skip to content

Commit 40b9041

Browse files
orkhanahmadovStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 439e468 commit 40b9041

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/EloquentRepository.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
namespace Orkhanahmadov\EloquentRepository;
44

5+
use Illuminate\Support\Arr;
6+
use Illuminate\Database\Eloquent\Model;
7+
use Illuminate\Database\Eloquent\Builder;
58
use Illuminate\Contracts\Cache\Factory as Cache;
6-
use Illuminate\Contracts\Container\BindingResolutionException;
79
use Illuminate\Contracts\Foundation\Application;
8-
use Illuminate\Database\Eloquent\Builder;
9-
use Illuminate\Database\Eloquent\Model;
1010
use Illuminate\Database\Eloquent\ModelNotFoundException;
11-
use Illuminate\Support\Arr;
11+
use Orkhanahmadov\EloquentRepository\Repository\Criteria;
12+
use Illuminate\Contracts\Container\BindingResolutionException;
13+
use Orkhanahmadov\EloquentRepository\Repository\Contracts\Repository;
1214
use Orkhanahmadov\EloquentRepository\Repository\Concerns\CreatesEntity;
1315
use Orkhanahmadov\EloquentRepository\Repository\Concerns\DeletesEntity;
1416
use Orkhanahmadov\EloquentRepository\Repository\Concerns\SelectsEntity;
1517
use Orkhanahmadov\EloquentRepository\Repository\Concerns\UpdatesEntity;
16-
use Orkhanahmadov\EloquentRepository\Repository\Contracts\Repository;
17-
use Orkhanahmadov\EloquentRepository\Repository\Criteria;
1818

1919
class EloquentRepository implements Repository
2020
{

0 commit comments

Comments
 (0)