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.
2 parents 933557d + 7ae70ca commit 1ebd911Copy full SHA for 1ebd911
src/Node.php
@@ -756,10 +756,10 @@ public function newCollection(array $models = array())
756
/**
757
* {@inheritdoc}
758
*/
759
- public function newFromBuilder($attributes = array())
+ public function newFromBuilder($attributes = array(), $connection = null)
760
{
761
/** @var Node $instance */
762
- $instance = parent::newFromBuilder($attributes);
+ $instance = parent::newFromBuilder($attributes, $connection);
763
764
$instance->clearAction();
765
0 commit comments