csfixer after (rebuild php container)

This commit is contained in:
2023-08-30 15:54:43 +02:00
committed by Julien Fastré
parent bd4f3e38eb
commit 0a6131abcc
2 changed files with 3 additions and 3 deletions

View File

@@ -678,8 +678,8 @@ final class ActivityController extends AbstractController
throw $this->createNotFoundException('Accompanying Period not found');
}
// TODO Add permission
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
// TODO Add permission
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
} else {
throw $this->createNotFoundException('Person or Accompanying Period not found');
}