Exemplo n.º 1
0
 public function seedCostTypes()
 {
     foreach ($this->costTypes as $costType) {
         CostType::create(['name' => $costType]);
     }
 }