Skip to content

Commit

Permalink
remove extra phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed Dec 6, 2023
1 parent 11c3b3c commit 893a516
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Traits/SearchableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ trait SearchableTrait
{
abstract protected function getFilterManager(): BaseFilter;

/**
* {@inheritDoc}
*/
public function search(array $queryParams, int $perPage = null): Paginator
{
$this->setQuery($this->getFilterManager()->applyFilter($queryParams));
Expand Down

0 comments on commit 893a516

Please sign in to comment.