コード例 #1
0
 public function run()
 {
     Produto::truncate();
     factory('App\\Produto', 15)->create();
 }