From d5e84cf16be405ae33cafab76c43dda192c97fef Mon Sep 17 00:00:00 2001 From: lkassianik Date: Mon, 23 Jun 2014 07:13:23 -0700 Subject: [PATCH] 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 --- src/applications/repository/storage/PhabricatorRepository.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php index d2a5990e82..d1b5e6614a 100644 --- a/src/applications/repository/storage/PhabricatorRepository.php +++ b/src/applications/repository/storage/PhabricatorRepository.php @@ -8,7 +8,8 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO PhabricatorPolicyInterface, PhabricatorFlaggableInterface, PhabricatorMarkupInterface, - PhabricatorDestructableInterface { + PhabricatorDestructableInterface, + PhabricatorProjectInterface { /** * Shortest hash we'll recognize in raw "a829f32" form.