doctrine-orm
doctrine-orm copied to clipboard
Improving error message when Reader not found
I fought with exception Missing Reader service
from \Nettrine\ORM\DI\OrmAnnotationsExtension::loadConfiguration()
- I discovered that the order in which the extensions are registered matters and that it makes sense to register Nettrine\Annotations\DI\AnnotationsExtension before Nettrine\ORM extensions. Maybe the exception message could advise that?
Sure, good idea.