From 7a8dea28a67df141c1e2baf73fcaa475d387c4ca Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 16 Sep 2013 19:08:01 +0200 Subject: [PATCH] fix typo --- core/lib/Thelia/Mailer/MailerFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Mailer/MailerFactory.php b/core/lib/Thelia/Mailer/MailerFactory.php index 5cd952270..a327a155f 100644 --- a/core/lib/Thelia/Mailer/MailerFactory.php +++ b/core/lib/Thelia/Mailer/MailerFactory.php @@ -41,7 +41,7 @@ class MailerFactory { protected $dispatcher; - public function _construct(EventDispatcherInterface $dispatcher) + public function __construct(EventDispatcherInterface $dispatcher) { $this->dispatcher = $dispatcher;