mirror of
https://github.com/flarum/core.git
synced 2025-10-14 00:15:51 +02:00
fire -> dispatch
As per Illuminate\Contracts\Events\Dispatcher
This commit is contained in:
@@ -119,7 +119,7 @@ class LogOutController implements ControllerInterface
|
||||
|
||||
$actor->accessTokens()->delete();
|
||||
|
||||
$this->events->fire(new LoggedOut($actor));
|
||||
$this->events->dispatch(new LoggedOut($actor));
|
||||
|
||||
return $this->rememberer->forget($response);
|
||||
}
|
||||
|
Reference in New Issue
Block a user