FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

Profiler breaks controller auto-registration #38

Closed mmergenthaler closed 7 years ago

mmergenthaler commented 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.

shyim commented 7 years ago

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