entityManager->remove($application); $this->entityManager->flush(); $this->addFlash('success', 'Die Bewerbung wurde gelöscht'); $this->logger->info('Delete application', [ 'application' => $application->getUuid(), ]); return $this->redirectToRoute('app_admin_assignment_detail', [ 'uuid' => $application->getAssignment()->getUuid(), ]); } }