Skip to content

Commit

Permalink
simplify FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Jan 8, 2024
1 parent e365a94 commit ff61a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AllowedFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class AllowedFilter
{
/** @var \Spatie\QueryBuilder\Filters\Filter */
/** @var Filter */
protected $filterClass;

/** @var string */
Expand Down Expand Up @@ -118,7 +118,7 @@ public static function custom(string $name, Filter $filterClass, $internalName =
return new static($name, $filterClass, $internalName);
}

public function getFilterClass(): \Spatie\QueryBuilder\Filters\Filter
public function getFilterClass(): Filter
{
return $this->filterClass;
}
Expand Down

0 comments on commit ff61a9e

Please sign in to comment.