DX: fix cs

This commit is contained in:
2023-01-25 13:36:35 +01:00
parent e36d2a5eec
commit 459df26fef
7 changed files with 13 additions and 9 deletions

View File

@@ -192,12 +192,11 @@ class AccompanyingCourseWorkController extends AbstractController
}
$this->denyAccessUnlessGranted(AccompanyingPeriodWorkVoter::SEE, $work);
return $this->render('@ChillPerson/AccompanyingCourseWork/show.html.twig', [
'accompanyingCourse' => $work->getAccompanyingPeriod(),
'work' => $work,
]);
}
private function createDeleteForm(int $id): Form