From 5409532ca178fb4585c57dbd81363e19edfcdd23 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sun, 23 Jun 2024 16:23:11 +0200 Subject: [PATCH] Fix the fix (#424) --- app/Services/Eggs/EggConfigurationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Eggs/EggConfigurationService.php b/app/Services/Eggs/EggConfigurationService.php index 748b8f812..90c9427e4 100644 --- a/app/Services/Eggs/EggConfigurationService.php +++ b/app/Services/Eggs/EggConfigurationService.php @@ -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), '' );