phpro / zf-doctrine-hydration-module

Configurable Doctrine hydrators for ZF2
18 stars 33 forks source link

Fix by_value hydration configuration #3

Closed tom-pryor closed 10 years ago

tom-pryor commented 10 years ago

Now passing the config value for by_value as the 2nd parameter to the hydrator constructor rather than the non-existant 3rd parameter.

veewee commented 10 years ago

Thanks!