diff --git a/src/Application/Daniel.php b/src/Application/Daniel.php index 31d384f..d8da182 100644 --- a/src/Application/Daniel.php +++ b/src/Application/Daniel.php @@ -22,7 +22,7 @@ class Daniel { $app->get('/daniel', function ($request, $response, $args) { // Render index view - return $this->renderer->render($response, 'Daniel.phtml', $args); + return $this->renderer->render($response, 'daniel.phtml', $args); }); } }