Implement Project Interface in PhabricatorRepository
Summary: T2628, PhabricatoryRepository.php now implements PhabricatorProjectInterface Test Plan: Verify project tags still work in phabricator repositories Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9683
This commit is contained in:
@@ -8,7 +8,8 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO
|
||||
PhabricatorPolicyInterface,
|
||||
PhabricatorFlaggableInterface,
|
||||
PhabricatorMarkupInterface,
|
||||
PhabricatorDestructableInterface {
|
||||
PhabricatorDestructableInterface,
|
||||
PhabricatorProjectInterface {
|
||||
|
||||
/**
|
||||
* Shortest hash we'll recognize in raw "a829f32" form.
|
||||
|
||||
Reference in New Issue
Block a user