We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8245a15 commit 5f64885Copy full SHA for 5f64885
EmbedsManyBehavior.php
@@ -48,7 +48,7 @@ public function getStorage()
48
$model = $this->createEmbedded(
49
$modelAttributes,
50
false,
51
- ['formName' => $this->getFormName($this->storage->getNextIndex())]
+ ['formName' => $this->getFormName($this->_storage->getNextIndex())]
52
);
53
$this->_storage[] = $model;
54
}
0 commit comments