Page MenuHomec4science

HeraldCreateWebhooksCapability.php
No OneTemporary

File Metadata

Created
Mon, Jul 22, 23:26

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.');
}
}

Event Timeline