Skip to content

Commit b3ce8fc

Browse files
authored
Add missing use in code
1 parent aed6eb9 commit b3ce8fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ In the following example, we will see how to allow the filtering of a list of e-
145145
namespace App\Entity;
146146
147147
use ApiPlatform\Core\Annotation\ApiResource;
148+
use ApiPlatform\Core\Annotation\ApiFilter;
149+
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter;
148150
149151
/**
150152
* @ApiResource()

0 commit comments

Comments
 (0)