@@ -108,7 +108,7 @@ |
||
108 | 108 | { |
109 | 109 | $entity = $this->getEntityReflectionFromRequest($request); |
110 | 110 | |
111 | - if(!$this->accessManager->canAccessResource($entity)) { |
|
111 | + if (!$this->accessManager->canAccessResource($entity)) { |
|
112 | 112 | throw new AccessDeniedHttpException(); |
113 | 113 | } |
114 | 114 | $builder = $this->doctrine->getRepository($entity->getName())->createQueryBuilder('e'); |