File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33namespace Orkhanahmadov \EloquentRepository ;
44
5+ use Illuminate \Support \Arr ;
6+ use Illuminate \Database \Eloquent \Model ;
7+ use Illuminate \Database \Eloquent \Builder ;
58use Illuminate \Contracts \Cache \Factory as Cache ;
6- use Illuminate \Contracts \Container \BindingResolutionException ;
79use Illuminate \Contracts \Foundation \Application ;
8- use Illuminate \Database \Eloquent \Builder ;
9- use Illuminate \Database \Eloquent \Model ;
1010use 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 ;
1214use Orkhanahmadov \EloquentRepository \Repository \Concerns \CreatesEntity ;
1315use Orkhanahmadov \EloquentRepository \Repository \Concerns \DeletesEntity ;
1416use Orkhanahmadov \EloquentRepository \Repository \Concerns \SelectsEntity ;
1517use Orkhanahmadov \EloquentRepository \Repository \Concerns \UpdatesEntity ;
16- use Orkhanahmadov \EloquentRepository \Repository \Contracts \Repository ;
17- use Orkhanahmadov \EloquentRepository \Repository \Criteria ;
1818
1919class EloquentRepository implements Repository
2020{
You can’t perform that action at this time.
0 commit comments