1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

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:
lkassianik 2014-06-23 07:13:23 -07:00 committed by epriestley
parent 00d13490ad
commit d5e84cf16b

View file

@ -8,7 +8,8 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO
PhabricatorPolicyInterface,
PhabricatorFlaggableInterface,
PhabricatorMarkupInterface,
PhabricatorDestructableInterface {
PhabricatorDestructableInterface,
PhabricatorProjectInterface {
/**
* Shortest hash we'll recognize in raw "a829f32" form.