feature #1224 Move Services into ServiceProvider (henrikbjorn)
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1224). Discussion ---------- Move Services into ServiceProvider Some time ago we added KernelServiceProvider and RoutingServiceProvider. I have taken the rest of the services defined directly in the Silex\Application class and moved them into those two service providers. This makes Application more of a delegation class. Commits ------- f96d5421 Move Services into ServiceProvider
Showing
Please register or sign in to comment