-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trait collision with ConditionalContainer #7
Comments
There is no real bullet-proof solution for this yet, laravel nova should do something similar to how eloquent boot traits to be able to stop overriding these methods... but this is an issue that has come up multiple times in other repositories as well.. I think you can follow this workaround it should work: dcasia/nova-json-wrapper#4 (comment) |
wonder if https://www.php.net/manual/en/language.oop5.traits.php
|
You need both .. they all call |
No longer an issue on the latest version |
Great work!
When using together with
ConditionalContainer
I get following trait collisionTrait method 'availableFields' will not be applied because it collides with 'HasConditionalContainer'
Is there a way to solve this?
The text was updated successfully, but these errors were encountered: