From 130d567ecf1b143f44ba2a8d1981e11e1141f306 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:39:54 +0300 Subject: [PATCH] Update app/config/collections2.php Co-authored-by: kodumbeats --- app/config/collections2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index 91f5f35cbe..191d71fe2b 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -240,8 +240,8 @@ $collections = [ 'indexes' => [ '$collection' => Database::METADATA, - '$id' => 'attributes', - 'name' => 'Attributes', + '$id' => 'indexes', + 'name' => 'Indexes', 'attributes' => [ [ '$id' => 'collectionId',