Skip to content

Commit 5f64885

Browse files
committed
fix
1 parent 8245a15 commit 5f64885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmbedsManyBehavior.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getStorage()
4848
$model = $this->createEmbedded(
4949
$modelAttributes,
5050
false,
51-
['formName' => $this->getFormName($this->storage->getNextIndex())]
51+
['formName' => $this->getFormName($this->_storage->getNextIndex())]
5252
);
5353
$this->_storage[] = $model;
5454
}

0 commit comments

Comments
 (0)