App\Libraries\UserVerification::isDoneLegacy PHP 메소드

isDoneLegacy() 공개 메소드

public isDoneLegacy ( )
    public function isDoneLegacy()
    {
        return $this->legacySession() !== null && $this->legacySession()->verified;
    }