mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Update factory format for custom fields
This commit is contained in:
parent
c8cbc55b59
commit
4785db4471
|
@ -4,7 +4,7 @@
|
|||
$factory->define(App\Models\CustomField::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'name' => $faker->catchPhrase,
|
||||
'format' => 'IP',
|
||||
'format' => '',
|
||||
'element' => 'text',
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue