More code updates

This commit is contained in:
Dane Everitt
2017-10-07 17:21:41 -05:00
parent cc297eea09
commit 17642bffe7
32 changed files with 209 additions and 2863 deletions

View File

@@ -102,7 +102,7 @@ $factory->define(Pterodactyl\Models\Egg::class, function (Faker\Generator $faker
return [
'id' => $faker->unique()->randomNumber(),
'uuid' => $faker->unique()->uuid,
'service_id' => $faker->unique()->randomNumber(),
'nest_id' => $faker->unique()->randomNumber(),
'name' => $faker->name,
'description' => implode(' ', $faker->sentences(3)),
'startup' => 'java -jar test.jar',