-
Notifications
You must be signed in to change notification settings - Fork 46
Add ClassDiscovery::safeClassExists #111
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@localheinz could you try this patch? Does it work for you? |
Unfortunately fails with
Personally, though, I have worked around the issue by creating the client without using |
That is strange.. I tried to reproduce and the patch do work. |
Maybe a cache issue, let me try again! |
No, issue still persists. But don't worry, I assume this Magento installation (
|
Okey. I cloned https://github.com/magento/magento2. Tested with last commit (which is the same as version 2.2.5). Should we consider this as an accepted solution or should we try to target Magento 1 as well? |
should we merge this? |
Yes please |
What's in this PR?
This is an alternative to #110.