X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/ca1fa03aacc37a791a99bc80cefbb2e208126c1b..a410610ad184292cb2df65cc0dfb052470d2a69d:/Handler/AuthenticationSuccessHandler.php diff --git a/Handler/AuthenticationSuccessHandler.php b/Handler/AuthenticationSuccessHandler.php index 961c1b1..90d53d7 100644 --- a/Handler/AuthenticationSuccessHandler.php +++ b/Handler/AuthenticationSuccessHandler.php @@ -59,11 +59,11 @@ class AuthenticationSuccessHandler extends DefaultAuthenticationSuccessHandler { * {@inheritdoc} */ public function __construct(RouterInterface $router, array $options = []) { - //Set options - $this->setOptions($options); - //Set router $this->router = $router; + + //Set options + $this->setOptions($options); } /**