Update NodeFactory.php
This commit is contained in:
parent
80ae600fe1
commit
446562fcff
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class NodeFactory extends Factory
|
|||
return [
|
||||
'uuid' => Uuid::uuid4()->toString(),
|
||||
'public' => true,
|
||||
'name' => $this->faker->unique()->firstName,
|
||||
'name' => 'FactoryNode_' . Str::random(10),
|
||||
'fqdn' => $this->faker->unique()->ipv4,
|
||||
'scheme' => 'http',
|
||||
'behind_proxy' => false,
|
||||
|
|
Loading…
Reference in a new issue