nextras / orm

Orm with clean object design, smart relationship loading and powerful collections.
https://nextras.org/orm
MIT License
310 stars 57 forks source link

Missing definition in OrmExtension for DbalMapperCoordinator #270

Closed apincik closed 6 years ago

apincik commented 6 years ago

OrmExtension setupDbalMapperDependencies() doesn't add DbalMapperCordinator if not presented in config file as service. Any future reason to specify this class in config ?

hrach commented 6 years ago

See: https://github.com/nextras/orm/issues/268

I see that Dbal's extension has to be defined first. Is it?

Or try removing the cache.

apincik commented 6 years ago

Definition as first works well. Thanks

hrach commented 6 years ago

Will fix by a workaround :-)