fix typo
This commit is contained in:
@@ -41,7 +41,7 @@ class MailerFactory {
|
||||
|
||||
protected $dispatcher;
|
||||
|
||||
public function _construct(EventDispatcherInterface $dispatcher)
|
||||
public function __construct(EventDispatcherInterface $dispatcher)
|
||||
{
|
||||
|
||||
$this->dispatcher = $dispatcher;
|
||||
|
||||
Reference in New Issue
Block a user