Closed mmergenthaler closed 7 years ago
When this plugin is installed and activated, then the auto-registration of plugin controllers no longer works. I think because of missing method map entry "'events' => 'getEventsService'" in compiled DI container.
Shopware registers the controllers after plugin build method :/ (https://github.com/shopware/shopware/blob/5.2/engine/Shopware/Kernel.php#L745) I will try search a another solution
When this plugin is installed and activated, then the auto-registration of plugin controllers no longer works. I think because of missing method map entry "'events' => 'getEventsService'" in compiled DI container.