BookStack\Http\Controllers\Auth\RegisterController::detachSocialAccount PHP Метод

detachSocialAccount() публичный Метод

Detach a social account from a user.
public detachSocialAccount ( $socialDriver ) : Illuminate\Http\RedirectResponse | Redirector
$socialDriver
Результат Illuminate\Http\RedirectResponse | Illuminate\Routing\Redirector
    public function detachSocialAccount($socialDriver)
    {
        return $this->socialAuthService->detachSocialAccount($socialDriver);
    }