Commit 37c4180b by Julien Jorry

Fix bug on email authen

parent 989e9560
...@@ -21,7 +21,6 @@ class EmailTokenAuthenticator extends AbstractGuardAuthenticator ...@@ -21,7 +21,6 @@ class EmailTokenAuthenticator extends AbstractGuardAuthenticator
public function __construct(EntityManagerInterface $em) public function __construct(EntityManagerInterface $em)
{ {
$this->em = $em; $this->em = $em;
$this->router = $router;
} }
public function setRouter(Router $router) public function setRouter(Router $router)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment