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