|
@@ -65,8 +65,8 @@ |
|
|
block discarded – undo |
|
65
|
65
|
throw new AccessDeniedException('This user does not have access to this section.'); |
|
66
|
66
|
} |
|
67
|
67
|
|
|
68
|
|
- $limit = (int)$request->query->get('limit', 10); |
|
69
|
|
- $page = (int)$request->query->get('page', 1); |
|
|
68
|
+ $limit = (int) $request->query->get('limit', 10); |
|
|
69
|
+ $page = (int) $request->query->get('page', 1); |
|
70
|
70
|
$profilesQuery = $this->userRepository->createQueryBuilder('u') |
|
71
|
71
|
->orderBy('u.id', 'ASC') |
|
72
|
72
|
->getQuery(); |
Please login to merge, or discard this patch.