FluxBB\Actions\Logout::run PHP 메소드

run() 보호된 메소드

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