FluxBB\Actions\Logout::run PHP Method

run() protected method

Run the logout action.
protected run ( ) : void
return void
    protected function run()
    {
        $this->auth->logout();
    }