slimphp / Slim-Documentation

Old Slim Framework 3 documentation
16 stars 13 forks source link

Fix example registration of Twig Service Provider #11

Closed bcremer closed 9 years ago

bcremer commented 9 years ago

Since commit https://github.com/slimphp/Slim/commit/ea4f1fcaf77c264abc2756a5a1e5640f4c24239b \Slim\App is not a instance of \Pimple\Container anymore so the container has to be fetched from the application before a Service Provider can be registered.

See also https://github.com/slimphp/Slim/issues/1250