Replies: 1 comment
-
You're always welcome to PR such a thing. I think we need to check in the DataClass class in the support dir that a class we're analyzing is somehow implementing BaseData. Since we're using that class all the time, this probably should throw an error quite quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first of all, thanks for all the great work, Spatie devs!
I just found that I missed
extends Data
on one of the 25+ new classes I created to mirror the full DHL api rate response object, and I wish I could communicate the helplessness I felt until I solved it, all I had wasJust an idea that can save a LOT of frustration...
BTW, one small but significant upside of having the
DataCollections
in Data v3 is they immediately throw error if their contents do not extend Data, which prevents major headscratching later :)Beta Was this translation helpful? Give feedback.
All reactions