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
Fix undefined property warning in Item::__call magic method
Add property_exists() checks before accessing dynamic properties in get, has, and add methods. Return empty string instead of null for non-existent properties.
0 commit comments