REBELinBLUE\Deployer\Http\Webhooks\Custom::isRequestOrigin PHP Метод

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

Determines whether the request was for the Custom webhook.
public isRequestOrigin ( ) : boolean
Результат boolean
    public function isRequestOrigin()
    {
        return true;
    }