app/library/Services.php: Don't need to call setEventsManager() on auth service anymore.
This commit is contained in:
parent
8029872b13
commit
abcbf8759e
1 changed files with 1 additions and 3 deletions
|
|
@ -346,9 +346,7 @@ class Services extends DiDefault
|
||||||
|
|
||||||
protected function _initAuth()
|
protected function _initAuth()
|
||||||
{
|
{
|
||||||
$auth = new Auth($this->get('config'));
|
return new Auth($this->get('config'));
|
||||||
$auth->setEventsManager($this->get('eventsManager'));
|
|
||||||
return $auth;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function _initAcl()
|
protected function _initAcl()
|
||||||
|
|
|
||||||
Reference in a new issue