Replies: 1 comment 1 reply
-
It's simply not implemented yet. Feel free to PR support, make sure to include tests. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While tinkering around with this package, I noticed that it detects Laravel 9 style accessors and mutators as well as Laravel 8 and below style accessors.
However, it does not detect Laravel 8 and below style mutators. In other words, something like this snippet here will be ignored when there is no matching accessor:
Is there a particular reason for this behavior or was this simply not implemented yet?
I ask, because I currently try to write a very simple alternative to barryvdh/laravel-ide-helper that works better for multi-tenancy apps.
Beta Was this translation helpful? Give feedback.
All reactions