Krucas\LaravelUserEmailVerification\RegistersUsers::getBroker PHP Метод

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

Get the broker to be used during verification process.
public getBroker ( ) : string | null
Результат string | null
    public function getBroker()
    {
        return property_exists($this, 'broker') ? $this->broker : null;
    }