repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
ponder
/
capability
/
PonderModerateCapability.php
blob
5d0f614cb0ad38f2c9bc2178e0596adef8956c34
1
<
?php
2
3
final class
PonderModerateCapability
4
extends
PhabricatorPolicyCapability
{
5
6
const
CAPABILITY
=
'ponder.moderate'
;
7
8
public function
getCapabilityName
() {
9
return
pht
(
'Moderate Policy'
);
10
}
11
12
}