Commit 225903c8f2b852f3266f4013136320b1404fb5d7

Authored by Anastasia
1 parent 574b05bd

- default sort

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
controllers/OrderController.php
@@ -102,6 +102,7 @@ @@ -102,6 +102,7 @@
102 'hasLanguage' => false, 102 'hasLanguage' => false,
103 'enableMassDelete' => false, 103 'enableMassDelete' => false,
104 'modelPrimaryKey' => 'id', 104 'modelPrimaryKey' => 'id',
  105 + 'defaultSort' => 'created_at DESC'
105 ], 106 ],
106 ]; 107 ];
107 } 108 }