Kleine letter
Op sgni deed hij het niet omdat 'Daniel.phtml' 'daniel.phtml' moest zijn.
This commit is contained in:
parent
426253c93c
commit
6026905ad0
@ -22,7 +22,7 @@ class Daniel
|
|||||||
{
|
{
|
||||||
$app->get('/daniel', function ($request, $response, $args) {
|
$app->get('/daniel', function ($request, $response, $args) {
|
||||||
// Render index view
|
// Render index view
|
||||||
return $this->renderer->render($response, 'Daniel.phtml', $args);
|
return $this->renderer->render($response, 'daniel.phtml', $args);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user