public function testOrderByThenPaginate()
 {
     $promotions = Promotion::orderBy('updated_at')->paginate(20);
 }