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
If using the 'or' Laravel Blade syntax, a call such as {{ $model->present()->property or "N/A" }} will return false for a property retrieved via the __get magic method.
Provide an __isset magic method to correct this behaviour.
0 commit comments