We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1234b commit 7d10f30Copy full SHA for 7d10f30
README.md
@@ -31,7 +31,7 @@ $container['view'] = function ($c) {
31
32
// Instantiate and add Slim specific extension
33
$router = $c->get('router');
34
- $uri = \Slim\Http\Uri::createFromEnvironment(new \Slim\Http\Environment($_SERVER)):
+ $uri = \Slim\Http\Uri::createFromEnvironment(new \Slim\Http\Environment($_SERVER));
35
$view->addExtension(new \Slim\Views\TwigExtension($router, $uri));
36
37
return $view;
0 commit comments