mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +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 renderView();
|
||||||
abstract public function renderNotificationView();
|
|
||||||
|
// TODO: Restore this once subclasses actually implement it.
|
||||||
|
// abstract public function renderNotificationView();
|
||||||
|
|
||||||
public function getRequiredHandlePHIDs() {
|
public function getRequiredHandlePHIDs() {
|
||||||
return array();
|
return array();
|
||||||
|
|
Loading…
Reference in a new issue