From 6026905ad024e4684d56b400e2261f00441c71a6 Mon Sep 17 00:00:00 2001 From: JelmerHinssen Date: Tue, 28 Mar 2017 22:24:23 +0200 Subject: [PATCH] Kleine letter Op sgni deed hij het niet omdat 'Daniel.phtml' 'daniel.phtml' moest zijn. --- src/Application/Daniel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); } }