Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error
This commit is contained in:
parent
13672bccf4
commit
80896936b2
|
@ -27,14 +27,9 @@ namespace Friendica\Object\Api\Mastodon;
|
|||
abstract class TimelineOrderByTypes
|
||||
{
|
||||
const CHANGED = 'changed';
|
||||
|
||||
const CREATED = 'created';
|
||||
|
||||
const COMMENTED = 'commented';
|
||||
|
||||
const EDITED = 'edited';
|
||||
|
||||
const ID = 'id';
|
||||
|
||||
const RECEIVED = 'received';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue