mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 09:14:44 +02:00
This never happened...
This commit is contained in:
parent
d6b71885ec
commit
42ca4e7fba
@ -164,7 +164,7 @@ class EggConfigurationService
|
||||
// variable from the server configuration.
|
||||
$plucked = Arr::get(
|
||||
$structure,
|
||||
preg_replace('/^env\./', 'build.environment.', $key),
|
||||
preg_replace('/^env\./', 'server.environment.', $key),
|
||||
''
|
||||
);
|
||||
|
||||
|
@ -23,7 +23,6 @@ class EggImporterService
|
||||
'server.build.memory' => 'server.build.memory_limit',
|
||||
'server.build.env.' => 'server.environment.',
|
||||
'server.build.environment.' => 'server.environment.',
|
||||
'env.' => 'server.environment.',
|
||||
];
|
||||
|
||||
public function __construct(protected ConnectionInterface $connection)
|
||||
|
Loading…
x
Reference in New Issue
Block a user