Rename policy capabilities

Summary: Ref T5655. Rename `PhabricatorPolicyCapability` subclasses for consistency.

Test Plan: Browsed a few applications, nothing seemed broken.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin, hach-que

Maniphest Tasks: T5655

Differential Revision: https://secure.phabricator.com/D10037
This commit is contained in:
Joshua Spence
2014-07-25 08:20:39 +10:00
parent 3927e66959
commit c34de83619
110 changed files with 258 additions and 301 deletions

View File

@@ -90,7 +90,7 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
protected function getCustomCapabilities() {
return array(
ProjectCapabilityCreateProjects::CAPABILITY => array(),
ProjectCreateProjectsCapability::CAPABILITY => array(),
);
}