Commit 27ada17c by Frédéric

Update BoltFormExtendedExtension.php

parent e5fd8b4e
......@@ -26,7 +26,7 @@ class BoltFormExtendedExtension extends SimpleExtension
public function myPostSubmit($event)
{
var_dump($event->getForm()->getName());
dump($event);
die();
/*if ($event->getForm()->getName() === 'my_form') {
// Get the data from the event
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment