From b16a11c365749bff5719475091420322992ed683 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 6 Jun 2024 15:49:33 -0400 Subject: [PATCH] No longer reserved --- app/Models/EggVariable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/EggVariable.php b/app/Models/EggVariable.php index ca5adf035..40c901a38 100644 --- a/app/Models/EggVariable.php +++ b/app/Models/EggVariable.php @@ -16,7 +16,7 @@ class EggVariable extends Model /** * Reserved environment variable names. */ - public const RESERVED_ENV_NAMES = 'SERVER_MEMORY,SERVER_IP,SERVER_PORT,ENV,HOME,USER,STARTUP,SERVER_UUID,UUID'; + public const RESERVED_ENV_NAMES = 'SERVER_MEMORY,SERVER_IP,ENV,HOME,USER,STARTUP,SERVER_UUID,UUID'; /** * The table associated with the model.