diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 9c4acc6ec3..707e72924f 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -6726,6 +6726,7 @@ phutil_register_library_map(array( 'PhabricatorProjectInterface', 'PhabricatorDestructibleInterface', 'PhabricatorSpacesInterface', + 'PhabricatorMentionableInterface', ), 'PholioMockCommentController' => 'PholioController', 'PholioMockEditController' => 'PholioController', diff --git a/src/applications/pholio/storage/PholioMock.php b/src/applications/pholio/storage/PholioMock.php index 22c1015704..71d1857383 100644 --- a/src/applications/pholio/storage/PholioMock.php +++ b/src/applications/pholio/storage/PholioMock.php @@ -10,7 +10,8 @@ final class PholioMock extends PholioDAO PhabricatorApplicationTransactionInterface, PhabricatorProjectInterface, PhabricatorDestructibleInterface, - PhabricatorSpacesInterface { + PhabricatorSpacesInterface, + PhabricatorMentionableInterface { const MARKUP_FIELD_DESCRIPTION = 'markup:description';