Skip to content

Commit

Permalink
Mark ContentName as also being a Trash Criterion (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Feb 23, 2025
1 parent 1efa3ef commit 9fe7e20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications;
use Ibexa\Contracts\Core\Repository\Values\Trash\Query\Criterion as TrashCriterion;

final class ContentName extends Criterion
final class ContentName extends Criterion implements TrashCriterion
{
public function __construct(string $value)
{
Expand Down

0 comments on commit 9fe7e20

Please sign in to comment.