MUCHOS CAMBIOS (IMPORTANTES)
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user