FIX changes to repository: using ACLAware instead of deprecated method

This commit is contained in:
2023-03-07 10:56:03 +01:00
parent 033e1f9aa1
commit 0b7651f519
3 changed files with 125 additions and 68 deletions

View File

@@ -31,6 +31,7 @@ interface ActivityACLAwareRepositoryInterface
?array $activityTypes = [],
bool $onlyMe = false,
?int $limit = 1000,
?int $offset = 0,
?array $orderBy = []
): array;