mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, remove abstract method until subclasses implement it.
This commit is contained in:
parent
4d6df7dc14
commit
b695558223
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue