File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
code_samples/notifications/Src/Query Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55use Ibexa \Contracts \Core \Repository \Values \Notification \Query \Criterion \DateCreated ;
6- use Ibexa \Contracts \Core \Repository \Values \Notification \Query \Criterion \Status ;
7- use Ibexa \Contracts \Core \Repository \Values \Notification \Query \Criterion \Type ;
8- use Ibexa \Contracts \Core \Repository \Values \Notification \Query \NotificationQuery ;
6+ use Ibexa \Contracts \Core \Repository \Values \Notification \Query \Criterion \Status ;
7+ use Ibexa \Contracts \Core \Repository \Values \Notification \Query \Criterion \Type ;
8+ use Ibexa \Contracts \Core \Repository \Values \Notification \Query \NotificationQuery ;
99
1010/** @var \Ibexa\Contracts\Core\Repository\NotificationService $notificationService */
1111$ query = new NotificationQuery ([], 0 , 25 );
You can’t perform that action at this time.
0 commit comments