Skip to content

Commit

Permalink
Merge 96ce7a5 into 770064f
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 24, 2017
2 parents 770064f + 96ce7a5 commit cd6a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/Definition/Resolver/DecoratorResolver.php
Expand Up @@ -71,7 +71,7 @@ public function resolve(Definition $definition, array $parameters = [])
));
}

$decorated = $this->definitionResolver->resolve($decoratedDefinition);
$decorated = $this->definitionResolver->resolve($decoratedDefinition, $parameters);

return call_user_func($callable, $decorated, $this->container);
}
Expand Down

0 comments on commit cd6a80a

Please sign in to comment.