Loading module/Dossier/src/Form/IntervenantDossierForm.php +9 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,15 @@ class IntervenantDossierForm extends AbstractForm /** * Csrf */ $this->add(new Csrf('security')); $this->add([ 'name' => 'security', 'type' => Csrf::class, 'options' => [ 'csrf_options' => [ 'timeout' => 1800, ], ], ]); /** * Submit Loading Loading
module/Dossier/src/Form/IntervenantDossierForm.php +9 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,15 @@ class IntervenantDossierForm extends AbstractForm /** * Csrf */ $this->add(new Csrf('security')); $this->add([ 'name' => 'security', 'type' => Csrf::class, 'options' => [ 'csrf_options' => [ 'timeout' => 1800, ], ], ]); /** * Submit Loading