Skip to content

Commit bcd792c

Browse files
committed
Mark ContentName as also being a Trash Criterion
1 parent 1efa3ef commit bcd792c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
1212
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications;
13+
use Ibexa\Contracts\Core\Repository\Values\Trash\Query\Criterion as TrashCriterion;
1314

14-
final class ContentName extends Criterion
15+
final class ContentName extends Criterion implements TrashCriterion
1516
{
1617
public function __construct(string $value)
1718
{

0 commit comments

Comments
 (0)