コード例 #1
0
 public function run()
 {
     Product::truncate();
     factory(Product::class, 50)->create();
 }