From 93db7478b11c69c041d7c18fb0dcae9e9af6a4a8 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Mon, 8 Jul 2013 09:10:11 +0000 Subject: [PATCH] =?UTF-8?q?COrrection=20signature=20m=C3=A9thode.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenAuth/Authentication/Adapter/Db.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/UnicaenAuth/Authentication/Adapter/Db.php b/src/UnicaenAuth/Authentication/Adapter/Db.php index dce3d1a..65d00bb 100644 --- a/src/UnicaenAuth/Authentication/Adapter/Db.php +++ b/src/UnicaenAuth/Authentication/Adapter/Db.php @@ -7,7 +7,6 @@ use UnicaenAuth\Options\ModuleOptions; use Zend\ServiceManager\ServiceManager; use Zend\ServiceManager\ServiceManagerAwareInterface; use ZfcUser\Authentication\Adapter\AdapterChainEvent as AuthEvent; -use ZfcUser\Options\AuthenticationOptionsInterface; /** * Adpater d'authentification à partir de la base de données. @@ -49,7 +48,7 @@ class Db extends \ZfcUser\Authentication\Adapter\Db implements ServiceManagerAwa * @param ModuleOptions $options * @return self */ - public function setOptions(AuthenticationOptionsInterface $options) + public function setOptions(ModuleOptions $options) { $this->options = $options; return $this; -- GitLab