Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 23, 2025
2 parents 9571e93 + 9fe7e20 commit cbd646f
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 cbd646f

Please sign in to comment.