feature #1060 Introduce KernelServiceProvider in order to remove "hacks" (henrikbjorn)
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Introduce KernelServiceProvider in order to remove "hacks" This introduces a new KernelServiceProvider that is auto registered by Silex\Application. The main reason for including this is to remove the ugly "dispatcher_class" hack we used to have. But since we introduced a seperate interface for listeners to use for subscribing we can just have a nice normal service. Commits ------- cc34489e Introduce KernelServiceProvider in order to "hacks"
Showing
Please register or sign in to comment