Add subuser deletion service
This commit is contained in:
parent
74ea1aa0aa
commit
2cabb61b54
6 changed files with 276 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
$factory->define(Pterodactyl\Models\Server::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'id' => $faker->unique()->randomNumber(),
|
||||
'uuid' => $faker->uuid,
|
||||
'node_id' => $faker->randomNumber(),
|
||||
'uuid' => $faker->unique()->uuid,
|
||||
'uuidShort' => str_random(8),
|
||||
'name' => $faker->firstName,
|
||||
'description' => implode(' ', $faker->sentences()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue