Skip to content

Commit ff61a9e

Browse files
simplify FQCN
1 parent e365a94 commit ff61a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AllowedFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class AllowedFilter
1616
{
17-
/** @var \Spatie\QueryBuilder\Filters\Filter */
17+
/** @var Filter */
1818
protected $filterClass;
1919

2020
/** @var string */
@@ -118,7 +118,7 @@ public static function custom(string $name, Filter $filterClass, $internalName =
118118
return new static($name, $filterClass, $internalName);
119119
}
120120

121-
public function getFilterClass(): \Spatie\QueryBuilder\Filters\Filter
121+
public function getFilterClass(): Filter
122122
{
123123
return $this->filterClass;
124124
}

0 commit comments

Comments
 (0)