mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
phpstan, rector and cs fixes
This commit is contained in:
@@ -93,7 +93,7 @@ class CSPersonController extends OneToOneEntityPersonCRUDController
|
||||
{
|
||||
return match ($action) {
|
||||
'ps_situation_edit' => $this->redirectToRoute(
|
||||
'chill_crud_' .$this->getCrudName().'_personal_situation_view',
|
||||
'chill_crud_'.$this->getCrudName().'_personal_situation_view',
|
||||
['person' => $entity->getId()]
|
||||
),
|
||||
'dispositifs_edit' => $this->redirectToRoute(
|
||||
|
Reference in New Issue
Block a user