Skip to content

Commit 2d7f660

Browse files
author
Daria Prusova
committed
Merge remote-tracking branch 'origin/master'
2 parents 42d692b + 4cc36b5 commit 2d7f660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/orm/collection/CollectionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getCollection($collectionName)
101101
$config = $this->collections[$collectionName];
102102

103103
try {
104-
$config = $this->configToArray($config, true);
104+
$config = $this->configToArray($config);
105105
} catch (\InvalidArgumentException $e) {
106106
throw new UnexpectedValueException($this->translate(
107107
'Configuration for collection "{collection}" is not valid.',

0 commit comments

Comments
 (0)