mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-15 01:39:42 +00:00
fix edit events depreciations
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user