This commit is contained in:
Manuel Raynaud
2013-09-16 19:08:01 +02:00
parent 67b6e5f07d
commit 7a8dea28a6

View File

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