We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d692b + 4cc36b5 commit 2d7f660Copy full SHA for 2d7f660
1 file changed
library/orm/collection/CollectionManager.php
@@ -101,7 +101,7 @@ public function getCollection($collectionName)
101
$config = $this->collections[$collectionName];
102
103
try {
104
- $config = $this->configToArray($config, true);
+ $config = $this->configToArray($config);
105
} catch (\InvalidArgumentException $e) {
106
throw new UnexpectedValueException($this->translate(
107
'Configuration for collection "{collection}" is not valid.',
0 commit comments