Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error

This commit is contained in:
Hank Grabowski 2023-02-28 13:12:11 -05:00
parent 13672bccf4
commit 80896936b2
1 changed files with 0 additions and 5 deletions

View File

@ -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';
}