コード例 #1
0
 public function testPagniate()
 {
     $products = Product::paginate(20);
 }