mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
bb0abf515c
`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>