Hello everyone
I tried to get the instance of custom_entity repository by calling **this-\>container-\>get('custom\_entity.repository')**
inside base class of example plugin from GitHub repository (GitHub - shopware/swag-docs-custom-entity: Shopware Platform example plugin from the documentation.).
When I run install command inside the development store following error occurred: You have requested a non-existent service "custom_entity.repository". Migration is executed successfully.
Is it possible to get the instance of this repository inside the base plugin class?