Fix the fix (#424)
This commit is contained in:
parent
a1190c12e0
commit
5409532ca1
@ -164,7 +164,7 @@ class EggConfigurationService
|
|||||||
// variable from the server configuration.
|
// variable from the server configuration.
|
||||||
$plucked = Arr::get(
|
$plucked = Arr::get(
|
||||||
$structure,
|
$structure,
|
||||||
preg_replace('/^env\./', 'server.environment.', $key),
|
preg_replace('/^env\./', 'environment.', $key),
|
||||||
''
|
''
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user