We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a989 commit 37e53c8Copy full SHA for 37e53c8
README.md
@@ -11,7 +11,7 @@ include "vendor/autoload.php";
11
12
$app = new Slim\App();
13
$container = $app->getContainer();
14
-$container['renderer'] = new PHPRenderer("./templates");
+$container['renderer'] = new PhpRenderer("./templates");
15
16
$app->get('/hello/{name}', function ($request, $response, $args) {
17
return $this->renderer->render($response, "/hello.php", $args);
0 commit comments