Skip to content

Commit ac507a2

Browse files
committed
pass triggerDeprecationError arg to parent class
1 parent 18f9469 commit ac507a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DefinitionDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function setFactoryService($service, $triggerDeprecationError = true)
103103
{
104104
$this->changes['factory_service'] = true;
105105

106-
return parent::setFactoryService($service);
106+
return parent::setFactoryService($service, $triggerDeprecationError);
107107
}
108108

109109
/**

0 commit comments

Comments
 (0)