You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#55471 introduces a problem when attempting to access attributes on a model that contain a .. The framework calls the relationLoaded() method, which was updated to handle . as nested relationships in that PR.
Here is the link to the line that calls the method:
Laravel Version
12.10.0
PHP Version
8.3
Database Driver & Version
No response
Description
#55471 introduces a problem when attempting to access attributes on a model that contain a
.
. The framework calls therelationLoaded()
method, which was updated to handle.
as nested relationships in that PR.Here is the link to the line that calls the method:
framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php
Line 485 in 3faeb07
Here is a related test failure:
https://github.com/filamentphp/filament/actions/runs/14589554182/job/40966543141
Steps To Reproduce
https://github.com/danharrin/laravel-relation-loaded-bug-report/commit/f29cef4eab3f50bc5e359da1019a93bf10434834
The text was updated successfully, but these errors were encountered: