Mpociot\CaptainHook\CaptainHookServiceProvider::setWebhooks PHP Method

setWebhooks() public method

public setWebhooks ( array $webhooks )
$webhooks array
    public function setWebhooks($webhooks)
    {
        $this->webhooks = $webhooks;
        $this->getCache()->rememberForever(Webhook::CACHE_KEY, function () {
            return $this->webhooks;
        });
    }