Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit f42af67

Browse files
committed
removed unused argument
1 parent 3947fe3 commit f42af67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/EmailSenderListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class EmailSenderListener implements EventSubscriberInterface
2828
{
2929
private $container;
3030

31-
public function __construct(ContainerInterface $container, $autoStart = false)
31+
public function __construct(ContainerInterface $container)
3232
{
3333
$this->container = $container;
3434
}

0 commit comments

Comments
 (0)