Skip to content

Commit 8c76f6e

Browse files
authored
Apply fixes from StyleCI (#169)
1 parent f5ba32e commit 8c76f6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Repositories/Repository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Binaryk\LaravelRestify\Exceptions\InstanceOfException;
88
use Binaryk\LaravelRestify\Fields\Field;
99
use Binaryk\LaravelRestify\Fields\FieldCollection;
10-
use Binaryk\LaravelRestify\Http\Requests\RepositoryDestroyRequest;
1110
use Binaryk\LaravelRestify\Http\Requests\RestifyRequest;
1211
use Binaryk\LaravelRestify\Restify;
1312
use Binaryk\LaravelRestify\Services\Search\RepositorySearchService;
@@ -543,7 +542,6 @@ public function allowToShow($request): self
543542
return $this;
544543
}
545544

546-
547545
public static function stored($repository, $request)
548546
{
549547
//

0 commit comments

Comments
 (0)