From d6b71885ec262826a08fed1ce94344eb8ea695f2 Mon Sep 17 00:00:00 2001 From: notCharles Date: Thu, 20 Jun 2024 16:00:17 -0400 Subject: [PATCH] Add env. to egg upgrader --- app/Services/Eggs/Sharing/EggImporterService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Eggs/Sharing/EggImporterService.php b/app/Services/Eggs/Sharing/EggImporterService.php index 1e85923d7..c4fb27db9 100644 --- a/app/Services/Eggs/Sharing/EggImporterService.php +++ b/app/Services/Eggs/Sharing/EggImporterService.php @@ -23,6 +23,7 @@ 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)