We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ba32e commit 8c76f6eCopy full SHA for 8c76f6e
src/Repositories/Repository.php
@@ -7,7 +7,6 @@
7
use Binaryk\LaravelRestify\Exceptions\InstanceOfException;
8
use Binaryk\LaravelRestify\Fields\Field;
9
use Binaryk\LaravelRestify\Fields\FieldCollection;
10
-use Binaryk\LaravelRestify\Http\Requests\RepositoryDestroyRequest;
11
use Binaryk\LaravelRestify\Http\Requests\RestifyRequest;
12
use Binaryk\LaravelRestify\Restify;
13
use Binaryk\LaravelRestify\Services\Search\RepositorySearchService;
@@ -543,7 +542,6 @@ public function allowToShow($request): self
543
542
return $this;
544
}
545
546
-
547
public static function stored($repository, $request)
548
{
549
//
0 commit comments