pass triggerDeprecationError arg to parent class

This commit is contained in:
Christian Flothmann 2016-01-30 09:46:07 +01:00
parent b6a8ed6bb6
commit 350625dd21
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class DefinitionDecorator extends Definition
{ {
$this->changes['factory_service'] = true; $this->changes['factory_service'] = true;
return parent::setFactoryService($service); return parent::setFactoryService($service, $triggerDeprecationError);
} }
/** /**