mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
fix new events page depreciations
This commit is contained in:
@@ -68,7 +68,7 @@ class EventController extends Controller
|
||||
'method' => 'POST'
|
||||
));
|
||||
|
||||
$form->add('submit', 'submit', array('label' => 'Create'));
|
||||
$form->add('submit', SubmitType::class, array('label' => 'Create'));
|
||||
|
||||
return $form;
|
||||
}
|
||||
|
Reference in New Issue
Block a user