Example #1
0
 public function run()
 {
     Consumable::truncate();
     factory(Consumable::class, 'consumable', 25)->create();
 }