Page MenuHomestyx hydra

HeraldCreateWebhooksCapability.php
No OneTemporary

HeraldCreateWebhooksCapability.php

<?php
final class HeraldCreateWebhooksCapability
extends PhabricatorPolicyCapability {
const CAPABILITY = 'herald.webhooks';
public function getCapabilityName() {
return pht('Can Create Webhooks');
}
public function describeCapabilityRejection() {
return pht('You do not have permission to create webhooks.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Feb 6, 1:17 AM (8 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33695
Default Alt Text
HeraldCreateWebhooksCapability.php (339 B)

Event Timeline