From 859d146e852cb5bcc2012a059ee8006229d9a0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 19 Dec 2025 13:41:18 +0100 Subject: [PATCH] Apply suggestions from code review --- app/config/collections/platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections/platform.php b/app/config/collections/platform.php index 0ad1b3fbc0..5538f59133 100644 --- a/app/config/collections/platform.php +++ b/app/config/collections/platform.php @@ -644,7 +644,7 @@ return [ 'filters' => [], ], [ - '$id' => ID::custom('resourceType'), // project, team, user + '$id' => ID::custom('resourceType'), // projects, teams, users 'type' => Database::VAR_STRING, 'format' => '', 'size' => Database::LENGTH_KEY,