slimphp / Slim-HttpCache

Slim Framework HTTP cache middleware and service provider
MIT License
115 stars 25 forks source link

Fix Service Provider example #5

Closed bcremer closed 9 years ago

bcremer commented 9 years ago

\Slim\App is no longer a instance of \Pimple\Container. This affects registration of Pimple Service Providers. See issue https://github.com/slimphp/Slim/issues/1250.