Closed bcremer closed 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.
\Slim\App
\Pimple\Container
See also https://github.com/slimphp/Slim/issues/1250
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