This commit is contained in:
JaguarJack
2020-09-04 10:09:26 +08:00
parent 8f73948223
commit c5fb6f9409
3 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class Attachments extends CatchModel
{
return $this->order('id', 'desc')
->catchSearch()
->catchOrder()
->paginate();
}