Commit d63e2edb by Frédéric

Update BoltFormExtendedExtension.php

parent 9fe89c25
......@@ -32,6 +32,10 @@ class BoltFormExtendedExtension extends SimpleExtension
dump($formData);
$formData['ident'] = uniqid();
$event->setData($formData);
dump( $event->getData());
die();
}
}
......
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