We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ae600 commit 446562fCopy full SHA for 446562f
database/Factories/NodeFactory.php
@@ -25,7 +25,7 @@ public function definition(): array
25
return [
26
'uuid' => Uuid::uuid4()->toString(),
27
'public' => true,
28
- 'name' => $this->faker->unique()->firstName,
+ 'name' => 'FactoryNode_' . Str::random(10),
29
'fqdn' => $this->faker->unique()->ipv4,
30
'scheme' => 'http',
31
'behind_proxy' => false,
0 commit comments