$this->faker->unique()->uuid, 'name' => $this->faker->name, 'description' => implode(' ', $this->faker->sentences()), 'startup' => 'java -jar test.jar', ]; } }