rekalogika / mapper

An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.
MIT License
26 stars 1 forks source link

fix: allow interfaces as the target type of object mapper #242

Closed priyadi closed 3 days ago

priyadi commented 3 days ago

resolves #241