Commit 043079e6 authored by David Surville's avatar David Surville
Browse files

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

parent 1505e023
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ class Cas extends AbstractAdapter implements EventManagerAwareInterface
    /**
     * @param TreeRouteStack $router
     */
    public function setRouter(TreeRouteStack $router)
    public function setRouter($router)
    {
        $this->router = $router;
    }