示例#1
0
 public function getAll($order_by = 'id', $sort = 'asc')
 {
     return Order::orderByDate()->paginate(15);
 }