1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00
phorge-phorge/src/applications/ponder/capability/PonderDefaultViewCapability.php

17 lines
294 B
PHP
Raw Normal View History

<?php
final class PonderDefaultViewCapability
extends PhabricatorPolicyCapability {
const CAPABILITY = 'ponder.default.view';
public function getCapabilityName() {
return pht('Default View Policy');
}
public function shouldAllowPublicPolicySetting() {
return true;
}
}