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

v3.0.0-beta2 bug #268

Closed universe-42 closed 6 years ago

universe-42 commented 6 years ago

Nette\DI\ServiceCreationException: Service 'orm.mappers.XXX': Service of type Nextras\Orm\Mapper\Dbal\DbalMapperCoordinator needed by Nextras\Orm\Mapper\Dbal\DbalMapper::__construct() not found. Did you register it in configuration file?

where XXX is name of first defined repository in Model. In previous version works fine.

hrach commented 6 years ago

Are you sure you have deleted a cache? I see that Dbal's extension has to be defined first. Is it?

universe-42 commented 6 years ago

Sorry it wasnt first. Thanks a lot.