Skip to content
New issue

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

The inner service of a decorator is always private #908

Closed
stof opened this issue Mar 28, 2017 · 1 comment
Closed

The inner service of a decorator is always private #908

stof opened this issue Mar 28, 2017 · 1 comment
Labels

Comments

@stof
Copy link
Contributor

stof commented Mar 28, 2017

When using a service decorator, the inner service (named <service decorator id>.inner by default) is always private.
The plugin knows how to handle decoration and detects this service as being known. However, it also includes it in the autocompletion of Container::get where only public services are listed. It should register the inner service as private instead.

@Haehnchen
Copy link
Owner

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants