We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: dev-master
$builder->addDefinition($this->prefix('linkGenerator')) ->setType(LinkGeneratorInterface::class) ->setFactory(LinkGenerator::class);
final class LinkGenerator implements LinkGeneratorInterface { public function __construct(LinkGeneratorInterface $decorated)
generated service:
public function createServiceLinkGenerator(): LinkGeneratorInterface { return new LinkGenerator($service, $this->getService('http.request')); }
Yes, I forgot pass service id to definition, but imho it's bug, because variable $service is undefined.
The text was updated successfully, but these errors were encountered:
84d996b
Resolver: fixed self-dependency [Closes #240]
34d3e47
No branches or pull requests
Version: dev-master
generated service:
Yes, I forgot pass service id to definition, but imho it's bug, because variable $service is undefined.
The text was updated successfully, but these errors were encountered: