Closed MichalLytek closed 6 years ago
I don't like that they are longer then they were, but yeah it sounds logically correct. We can do that.
Closed by #24
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I think that it would be better if we rename the
@OrmRepository
,@OrmManager
and@OrmConnection
decorators.TypeDI has
@Inject
decorator so we should be consistent with this:@InjectRepository
,@InjectManager
and@InjectConnection
😉 Other libs has the same convention.@pleerock What do you think about this?