cloudcreativity / json-api

Framework agnostic JSON API serialisation and deserialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RelatedHydratorTrait needs a hydrateRelated method

lindyhopchris opened this issue · comments

Need to add this method so that there is a default implementation for the interface method, if the trait is applied to a class.

Closing this because develop has removed hydrators and merged them into the adapter. This now better supported hydrating related domain records.