diff --git a/app/config/collections.php b/app/config/collections.php index 6abac7229..d88bb849a 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -373,15 +373,6 @@ $collections = [ 'required' => true, 'array' => false, ], - [ - '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Current', - 'key' => 'current', - 'type' => Database::SYSTEM_VAR_TYPE_BOOLEAN, - 'default' => false, - 'required' => true, - 'array' => false, - ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'User Agent',