apply rector rules after updating the code with master branch

This commit is contained in:
2023-07-19 23:43:26 +02:00
parent e45430f0c9
commit aa553db659
8 changed files with 12 additions and 10 deletions

View File

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