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