public function run()
 {
     Produto::truncate();
     factory('App\\Produto', 15)->create();
 }