1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 06:07:31 +02:00

Version 1.0.3 meta-title and namespaces

This commit is contained in:
Sebastian
2017-11-14 22:12:30 +01:00
parent 67d2a487de
commit 91eb536520
19 changed files with 59 additions and 63 deletions

View File

@@ -72,7 +72,7 @@ $container['flash'] = function () {
$container['notFoundHandler'] = function($c)
{
return new \System\Handlers\NotFoundHandler($c['view']);
return new \Typemill\Handlers\NotFoundHandler($c['view']);
};
require __DIR__ . '/Routes/api.php';