mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 15:01:02 -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 [
|
return [
|
||||||
'name' => 'Laptops',
|
'name' => 'Laptops',
|
||||||
'category_type' => 'asset',
|
'category_type' => 'asset',
|
||||||
|
'require_acceptance' => true,
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue