From ab7a277ae9e8f0ac046cde7d21c389543aaee8ef Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 3 Jul 2021 19:55:23 +0300 Subject: [PATCH] Update env to runtime --- app/config/collections2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index b130092886..b6dcdcd175 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -701,7 +701,7 @@ $collections = [ 'filters' => [], ], [ - '$id' => 'env', + '$id' => 'runtime', 'type' => Database::VAR_STRING, 'format' => '', 'size' => 2048,