diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index fb8af40348..0612b50566 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -1635,18 +1635,18 @@ return [ 'orders' => [Database::ORDER_ASC], ], [ - '$id' => ID::custom('_key_type'), - 'type' => Database::INDEX_KEY, - 'attributes' => ['type'], - 'lengths' => [32], - 'orders' => [Database::ORDER_ASC], - ], [ - '$id' => ID::custom('_key_status'), - 'type' => Database::INDEX_KEY, - 'attributes' => ['status'], - 'lengths' => [16], - 'orders' => [Database::ORDER_ASC], - ], + '$id' => ID::custom('_key_type'), + 'type' => Database::INDEX_KEY, + 'attributes' => ['type'], + 'lengths' => [32], + 'orders' => [Database::ORDER_ASC], + ], [ + '$id' => ID::custom('_key_status'), + 'type' => Database::INDEX_KEY, + 'attributes' => ['status'], + 'lengths' => [16], + 'orders' => [Database::ORDER_ASC], + ], ], ],