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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Renamed the present() method on the IsPresentable trait to presentable() so that its the same name as the presentable key on the array when calling toArray().
Potentially the library could work outside of a Laravel project. The toArray() method has an update that will now check for the existence of a toArray() method on the parent first. You could override the getBaseAttributes() method as well to return whatever attributes your model needs to return.