Closed HennerM closed 11 months ago
To enable server-side processing of attribute values, Eloquent mutators could be used. To enable them for e.g. relationships they have to be included in the class properties. This pull request adds them to the mapping.
There is this existing PR, which main repo do you mean?
To enable server-side processing of attribute values, Eloquent mutators could be used. To enable them for e.g. relationships they have to be included in the class properties. This pull request adds them to the mapping.