mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
fix edit events depreciations
This commit is contained in:
parent
403d1749e3
commit
bc30998164
@ -189,7 +189,7 @@ class EventController extends Controller
|
|||||||
|
|
||||||
$form->remove('center');
|
$form->remove('center');
|
||||||
|
|
||||||
$form->add('submit', 'submit', array('label' => 'Update'));
|
$form->add('submit', SubmitType::class, array('label' => 'Update'));
|
||||||
|
|
||||||
return $form;
|
return $form;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user