dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

custom hydration not working #84

Open gabrielgagno opened 7 years ago

gabrielgagno commented 7 years ago

Hi! I wrote code for a custom hydrator, but following your steps, it still produces an error, saying that my hydrator is an invalid one. Upon dumping orm.em, I found that customHydrationModes array is empty.

dominikzogg commented 7 years ago

@gabrielgagno would be cool, if you can paste the part of the relevant configuration