WIP: Implement CRUD, improve menu configuration
This commit is contained in:
@@ -32,7 +32,7 @@ class EditController extends AbstractController
|
||||
$this->entityManager->flush();
|
||||
|
||||
$this->addFlash('success', 'Das Honorar wurde aktualisiert');
|
||||
$this->logger->info('Update fee', [
|
||||
$this->logger->info('Edit fee', [
|
||||
'fee' => $fee->getName(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user