Files
filament/packages/support
Chinmay Purav bb0abf515c fix: remove the deprecated setAccessible() call in Macroable::mixin() (#20390)
`ReflectionMethod::setAccessible()` is deprecated as of PHP 8.5, and has had no
effect since PHP 8.1 - reflection ignores visibility on its own, so `invoke()`
still reaches the protected methods of a mixin. Calling it only raised a
deprecation notice on 8.5, so the call is removed.


Claude-Session: https://claude.ai/code/session_015vxpe34oAqmDtzZxC8HSV2

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-24 17:37:37 +01:00
..
2026-04-02 15:11:37 +01:00