DX: fix cs

This commit is contained in:
2023-05-24 13:35:35 +02:00
parent d82a3e0ff6
commit 20023dff67
3 changed files with 5 additions and 5 deletions

View File

@@ -650,8 +650,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');
}