Req acceptance on laptop category

This commit is contained in:
snipe 2017-10-07 05:31:46 -07:00
parent affd4035c3
commit a12c7c83d4

View file

@ -24,6 +24,7 @@ $factory->state(App\Models\Category::class, 'asset-laptop-category', function ($
return [
'name' => 'Laptops',
'category_type' => 'asset',
'require_acceptance' => true,
];
});