Skip to content

Commit 28d724e

Browse files
authored
Merge pull request #1407 from Raruto/entries-fix
Fix "Forms::entries" throws undefined "getform" method in "MongoHybrid\MongoLite"
2 parents 722393b + 6505014 commit 28d724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Forms/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
$form = $forms['_id'];
154154

155-
return $this->app->storage->getform("forms/{$form}");
155+
return $this->app->storage->getCollection("forms/{$form}");
156156
},
157157

158158
'find' => function($form, $options = []) {

0 commit comments

Comments
 (0)