Krucas\LaravelUserEmailVerification\RegistersUsers::getGuard PHP Method

getGuard() protected method

Get the guard to be used during verification.
protected getGuard ( ) : string | null
return string | null
    protected function getGuard()
    {
        return property_exists($this, 'guard') ? $this->guard : null;
    }