[mod] Typo

This commit is contained in:
2018-08-04 21:00:19 -06:00
parent 5ef983b4cc
commit 2773092cfc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ $app->get('/[{name}]', function (Request $request, Response $response, array $ar
// Render index view
return $this->renderer->render($response, 'index.phtml', $args);
});
});