コード例 #1
0
 public function testOrderByThenPaginate()
 {
     $promotions = Promotion::orderBy('updated_at')->paginate(20);
 }