Reversed default history order
This commit is contained in:
parent
4e2b422d43
commit
91876bb66f
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ namespace Szurubooru\SearchServices\Filters;
|
|||
|
||||
class SnapshotFilter extends BasicFilter implements IFilter
|
||||
{
|
||||
const ORDER_ID = 'id';
|
||||
|
||||
const REQUIREMENT_PRIMARY_KEY = 'primaryKey';
|
||||
const REQUIREMENT_TYPE = 'type';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->setOrder([self::ORDER_ID => self::ORDER_DESC]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue