default checkin_email to true in category factory

This commit is contained in:
Godfrey M 2025-04-16 10:05:37 -07:00
parent c44d037933
commit 8f673a7e3e

View file

@ -25,7 +25,7 @@ class CategoryFactory extends Factory
return [
'name' => $this->faker->catchPhrase(),
'category_type' => 'asset',
'checkin_email' => $this->faker->boolean(),
'checkin_email' => true,
'eula_text' => $this->faker->paragraph(),
'require_acceptance' => false,
'use_default_eula' => $this->faker->boolean(),