Skip to content
Snippets Groups Projects
Commit 93db7478 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

COrrection signature méthode.

parent ab9310fb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment