From ada0de1c49ccd6f67d487bbd972f9f3cc367de54 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 1 Jun 2023 01:57:24 +0000 Subject: [PATCH] fix format --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 620b20c674..dce49fba34 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1281,7 +1281,7 @@ $commonCollections = [ ]; -$bucketCollections =[ +$bucketCollections = [ 'files' => [ '$collection' => ID::custom('buckets'), '$id' => ID::custom('files'),