Skip to content
Snippets Groups Projects
Commit d33bff18 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

suite refactoring php8 traits

parent 7c46f618
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class VoirieController extends AbstractController
{
$voirie = $this->getEvent()->getParam('voirie');
$form = $this->getFormVoirieSaisie();
$form = $this->getFormVoirieVoirieSaisie();
if (empty($voirie)) {
$title = "Création d'une nouvelle voirie";
......
......@@ -90,7 +90,6 @@ class VoirieSaisieForm extends AbstractForm
'type' => 'Hidden',
]);
return $this;
}
......@@ -115,6 +114,3 @@ class VoirieSaisieForm extends AbstractForm
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment