1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 12:41:19 +01:00
phorge-phorge/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php

18 lines
373 B
PHP
Raw Normal View History

<?php
final class HarbormasterBuildPlanDefaultViewCapability
extends PhabricatorPolicyCapability {
// TODO: This is misspelled! See T13005.
const CAPABILITY = 'harbomaster.plan.default.view';
public function getCapabilityName() {
return pht('Default Build Plan View Policy');
}
public function shouldAllowPublicPolicySetting() {
return true;
}
}