Fix failing tests due to way nest creation worked
This commit is contained in:
parent
233cbfda09
commit
f5b20e38c4
4 changed files with 46 additions and 35 deletions
|
@ -11,8 +11,7 @@ return [
|
|||
| standard Pterodactyl shipped services.
|
||||
*/
|
||||
'service' => [
|
||||
'core' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3',
|
||||
'author' => env('SERVICE_AUTHOR'),
|
||||
'author' => env('SERVICE_AUTHOR', 'unknown@unknown.com'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue