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
I'm guessing this change was done when entities got their own classes, but file_usage_add() now expects the first argument to be a File object but a stdClass object is getting passed in instead. PR incoming!
I'm guessing this change was done when entities got their own classes, but
file_usage_add()now expects the first argument to be aFileobject but astdClassobject is getting passed in instead. PR incoming!