default checkin_email to true in category factory
This commit is contained in:
parent
c44d037933
commit
8f673a7e3e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class CategoryFactory extends Factory
|
||||||
return [
|
return [
|
||||||
'name' => $this->faker->catchPhrase(),
|
'name' => $this->faker->catchPhrase(),
|
||||||
'category_type' => 'asset',
|
'category_type' => 'asset',
|
||||||
'checkin_email' => $this->faker->boolean(),
|
'checkin_email' => true,
|
||||||
'eula_text' => $this->faker->paragraph(),
|
'eula_text' => $this->faker->paragraph(),
|
||||||
'require_acceptance' => false,
|
'require_acceptance' => false,
|
||||||
'use_default_eula' => $this->faker->boolean(),
|
'use_default_eula' => $this->faker->boolean(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue