reverse sort

This commit is contained in:
2023-04-23 14:32:00 +10:00
parent f74faadace
commit 43beaefc07

View File

@@ -20,7 +20,7 @@ class EventConductor extends Conductor
* The default sorting field * The default sorting field
* @var string * @var string
*/ */
protected $sort = 'start_at'; protected $sort = '-start_at';
/** /**
* The included fields * The included fields