mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed checkbox seeder
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3834221589
commit
7b85a30b64
|
@ -99,7 +99,7 @@ class CustomFieldFactory extends Factory
|
||||||
return [
|
return [
|
||||||
'name' => 'Test Checkbox',
|
'name' => 'Test Checkbox',
|
||||||
'help_text' => 'This is a sample checkbox.',
|
'help_text' => 'This is a sample checkbox.',
|
||||||
'field_values' => "One\nTwo\nThree",
|
'field_values' => "One\r\nTwo\r\nThree",
|
||||||
'element' => 'checkbox',
|
'element' => 'checkbox',
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue