MUCHOS CAMBIOS (IMPORTANTES)

This commit is contained in:
BryamE
2026-01-07 03:35:59 -03:00
parent fb37cc2059
commit ed27d03373
9 changed files with 236 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@ class ProductFactory extends Factory
'type' => $type,
// Nro de serie si es bicicleta
'serial_number' => $type === 'bike' ? strtoupper($this->faker->bothify('##??##??')) : null,
'suppliers_id'=> 1
];
}
}