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
The lib contains a backward compatible fix for this issue https://github.com/laravel/framework/issues/51825
48
+
49
+
This will not cover the cases when the relation is instantiated in the model without calling the functions from the HasRelationship trait (or to be more precise, from HasCleverRelationships trait)!
50
+
Those cases will still have this issue.
51
+
52
+
To cover also those cases, for example for HasManyThrough use in model anonymous class:
0 commit comments