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
There is a bug if I add a panel into config:
nette: debugger: bar: - Panel
and the Panel has dependency on some service that is defined in this notation:
services: - class: MyService
It will trigger a notice about usage of undefined variable $service:
$service
If the service is defined as:
services: - MyService
than everything is ok.
You can try it yourself in my sandbox branch with one commit added onto last 2.3.1 version:
VladaHejda/sandbox@b459baa
The text was updated successfully, but these errors were encountered:
702e770
ContainerBuilder: fixed reseting of $currentService [Closes #70]
0282a67
ContainerBuilder: fixed reseting of $currentService [Closes nette/di#70]
ae5bc2b
No branches or pull requests
There is a bug if I add a panel into config:
and the Panel has dependency on some service that is defined in this notation:
It will trigger a notice about usage of undefined variable
$service
:If the service is defined as:
than everything is ok.
You can try it yourself in my sandbox branch with one commit added onto last 2.3.1 version:
VladaHejda/sandbox@b459baa
The text was updated successfully, but these errors were encountered: