Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / phurl / capability / PhabricatorPhurlURLCreateCapability.php
blob59590e6c6ae6526ca452b3e9be4dc48ee976bd54
1 <?php
3 final class PhabricatorPhurlURLCreateCapability
4 extends PhabricatorPolicyCapability {
6 const CAPABILITY = 'phurl.url.create';
8 public function getCapabilityName() {
9 return pht('Can Create Phurl URLs');
12 public function describeCapabilityRejection() {
13 return pht('You do not have permission to create a Phurl URL.');