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,