Style fixes.
This commit is contained in:
parent
a7a59b690a
commit
be4950ff88
43 changed files with 187 additions and 149 deletions
|
|
@ -63,8 +63,11 @@ class Auth extends Injectable
|
|||
|
||||
$this->setIdentity($user->getId());
|
||||
|
||||
$this->eventsManager->fire('auth:onLogin', $this,
|
||||
"OAuth {$data->getProvider()}");
|
||||
$this->eventsManager->fire(
|
||||
'auth:onLogin',
|
||||
$this,
|
||||
"OAuth {$data->getProvider()}"
|
||||
);
|
||||
|
||||
|
||||
return new Result(Result::SUCCESS);
|
||||
|
|
|
|||
Reference in a new issue