fix : corrections de tous les retours
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
This commit is contained in:
@@ -168,6 +168,7 @@ class SeedCommand extends Command
|
||||
['label' => 'Foin', 'code' => 'FOIN'],
|
||||
['label' => 'Paille', 'code' => 'PAILLE'],
|
||||
['label' => 'Granule', 'code' => 'GRANULE'],
|
||||
['label' => 'Autres', 'code' => 'AUTRES'],
|
||||
];
|
||||
foreach ($merchandiseTypes as $type) {
|
||||
$this->upsertByCode(MerchandiseType::class, $type['code'], static function (MerchandiseType $entity) use ($type) {
|
||||
|
||||
Reference in New Issue
Block a user