sort from oldest to newest

This commit is contained in:
2023-01-27 20:11:13 +10:00
parent 1f21e22dce
commit 824ab331b4

View File

@@ -19,7 +19,7 @@ class EventFilter extends FilterAbstract
* *
* @var string|array * @var string|array
*/ */
protected $defaultSort = '-start_at'; protected $defaultSort = 'start_at';
/** /**
* Filter columns for q param * Filter columns for q param