-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Cannot register class as a service with parent::FOO as default ctor argument #231
Comments
|
Thank you! Looking forward to a release :) |
dg
added a commit
to nette/utils
that referenced
this issue
Jan 24, 2020
dg
added a commit
to nette/utils
that referenced
this issue
Jan 24, 2020
dg
added a commit
to nette/utils
that referenced
this issue
Jan 24, 2020
dg
added a commit
to nette/utils
that referenced
this issue
Feb 9, 2020
dg
added a commit
to nette/union
that referenced
this issue
Mar 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.0.3
Bug Description
Steps To Reproduce
Class Hoa\File\Read looks like this:
I try to register it like this:
It crashes like this:
Expected Behavior
Service is registered and ready to use.
Possible Solution
Correctly resolve special static class names like
self
,static
,parent
.The text was updated successfully, but these errors were encountered: