Gotta declare FullNoticeStream as abstract class
This commit is contained in:
parent
46829c6d3c
commit
d2507a6266
|
@ -5,7 +5,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
|
|||
/**
|
||||
* Class for notice streams that does not filter anything out.
|
||||
*/
|
||||
class FullNoticeStream extends NoticeStream
|
||||
abstract class FullNoticeStream extends NoticeStream
|
||||
{
|
||||
protected $selectVerbs = [];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user