jolicode / automapper

:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
https://automapper.jolicode.com/
MIT License
154 stars 15 forks source link

fix(bundle): actually read reload_strategy from bundle configuration #158

Closed nikophil closed 5 months ago

nikophil commented 5 months ago

Currently, because of parameter precedence, $reloadStrategy is never read from bundle config and always default to ALWAYS :see_no_evil: