Update logic for server transfer controller
This commit is contained in:
parent
6c61577699
commit
2ee08a1a3d
6 changed files with 178 additions and 131 deletions
|
@ -102,7 +102,7 @@ class EggConfigurationService
|
|||
{
|
||||
// Get the legacy configuration structure for the server so that we
|
||||
// can property map the egg placeholders to values.
|
||||
$structure = $this->configurationStructureService->handle($server, true);
|
||||
$structure = $this->configurationStructureService->handle($server, [], true);
|
||||
|
||||
$response = [];
|
||||
// Normalize the output of the configuration for the new Wings Daemon to more
|
||||
|
|
Reference in a new issue