Added new field to factory

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-25 20:57:03 -07:00
parent 4a063d23b9
commit 6cd3cfe1ea

View file

@ -25,6 +25,7 @@ class CustomFieldFactory extends Factory
'name' => $this->faker->catchPhrase(),
'format' => '',
'element' => 'text',
'auto_add_to_fieldsets' => '0',
];
}