Commit 91be068b by Frédéric

Update BoltFormExtendedExtension.php

parent 2eb550bc
...@@ -21,7 +21,6 @@ class BoltFormExtendedExtension extends SimpleExtension ...@@ -21,7 +21,6 @@ class BoltFormExtendedExtension extends SimpleExtension
*/ */
protected function subscribe(EventDispatcherInterface $dispatcher) protected function subscribe(EventDispatcherInterface $dispatcher)
{ {
die();
$dispatcher->addListener(BoltFormsEvents::PRE_SUBMIT, array($this, 'myPostSubmit')); $dispatcher->addListener(BoltFormsEvents::PRE_SUBMIT, array($this, 'myPostSubmit'));
} }
......
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