diff --git a/database/factories/CategoryFactory.php b/database/factories/CategoryFactory.php index 42103f1b7..449af0caa 100644 --- a/database/factories/CategoryFactory.php +++ b/database/factories/CategoryFactory.php @@ -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(),