Fix the fix (#424)

This commit is contained in:
Boy132 2024-06-23 16:23:11 +02:00 committed by GitHub
parent a1190c12e0
commit 5409532ca1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ class EggConfigurationService
// variable from the server configuration.
$plucked = Arr::get(
$structure,
preg_replace('/^env\./', 'server.environment.', $key),
preg_replace('/^env\./', 'environment.', $key),
''
);