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 1efa3ef commit 9fe7e20Copy full SHA for 9fe7e20
src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php
@@ -10,8 +10,9 @@
10
11
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
12
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications;
13
+use Ibexa\Contracts\Core\Repository\Values\Trash\Query\Criterion as TrashCriterion;
14
-final class ContentName extends Criterion
15
+final class ContentName extends Criterion implements TrashCriterion
16
{
17
public function __construct(string $value)
18
0 commit comments