App\Libraries\UserVerification::isDoneLegacy PHP Метод

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

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