1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Minor, remove abstract method until subclasses implement it.

This commit is contained in:
epriestley 2012-06-08 19:47:02 -07:00
parent 4d6df7dc14
commit b695558223

View file

@ -28,7 +28,9 @@ abstract class PhabricatorFeedStory {
}
abstract public function renderView();
abstract public function renderNotificationView();
// TODO: Restore this once subclasses actually implement it.
// abstract public function renderNotificationView();
public function getRequiredHandlePHIDs() {
return array();