Exemplo n.º 1
0
 public function run()
 {
     App\Kategori::truncate();
     factory(App\Kategori::class, 5)->create();
 }