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;
    }