Update factory format for custom fields
This commit is contained in:
parent
c8cbc55b59
commit
4785db4471
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
$factory->define(App\Models\CustomField::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'name' => $faker->catchPhrase,
|
||||
'format' => 'IP',
|
||||
'format' => '',
|
||||
'element' => 'text',
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue