mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Req acceptance on laptop category
This commit is contained in:
parent
affd4035c3
commit
a12c7c83d4
|
@ -24,6 +24,7 @@ $factory->state(App\Models\Category::class, 'asset-laptop-category', function ($
|
|||
return [
|
||||
'name' => 'Laptops',
|
||||
'category_type' => 'asset',
|
||||
'require_acceptance' => true,
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue