Commit c5cb840a authored by David Surville's avatar David Surville
Browse files

Fatal error lors de l'utilisation d'une action dans la console

parent 043079e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ class AbstractFactory implements AbstractFactoryInterface
                $userService = $container->get('unicaen-auth_user_service');
                $adapter->setUserService($userService);

                /** @var TreeRouteStack $router */
                /** @var mixed $router */
                $router = $container->get('router');
                $adapter->setRouter($router);

+2 −2
Original line number Diff line number Diff line
@@ -63,12 +63,12 @@ class Cas extends AbstractAdapter implements EventManagerAwareInterface
    }

    /**
     * @var TreeRouteStack
     * @var mixed
     */
    private $router;

    /**
     * @param TreeRouteStack $router
     * @param mixed $router
     */
    public function setRouter($router)
    {