You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenericRepository::class should be more like a BaseRepository:class. Component-Repositories should implement an specified interface that can be injected.
Refactor GenericRepository::class to BaseRepository::class
Add component-repository-interfaces
Bind repositories to interfaces
The text was updated successfully, but these errors were encountered:
What to do?
GenericRepository::class
should be more like aBaseRepository:class
. Component-Repositories should implement an specified interface that can be injected.GenericRepository::class
toBaseRepository::class
The text was updated successfully, but these errors were encountered: