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
'ReflectionException' with message 'Class GearmanClient is an internal class that cannot be instantiated without invoking its constructor'
Time to remove the confusing behavior that injects properties before the constructor is called... That doesn't work with internal classes.
The text was updated successfully, but these errors were encountered:
#74 Inject properties after calling constructor
fb4f7e9
Fixed in 3.1
Sorry, something went wrong.
No branches or pull requests
Time to remove the confusing behavior that injects properties before the constructor is called... That doesn't work with internal classes.
The text was updated successfully, but these errors were encountered: