This commit is contained in:
franck
2013-09-16 22:32:22 +02:00

View File

@@ -41,7 +41,7 @@ class MailerFactory {
protected $dispatcher;
public function _construct(EventDispatcherInterface $dispatcher)
public function __construct(EventDispatcherInterface $dispatcher)
{
$this->dispatcher = $dispatcher;