mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Make HDD into HDD/SSD for factory
This commit is contained in:
parent
e2c6f36c70
commit
05c4d6dead
|
@ -88,7 +88,7 @@ $factory->state(App\Models\Category::class, 'accessory-mouse-category', function
|
|||
|
||||
$factory->state(App\Models\Category::class, 'component-hdd-category', function ($faker) {
|
||||
return [
|
||||
'name' => 'HDD',
|
||||
'name' => 'HDD/SSD',
|
||||
'category_type' => 'component',
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue