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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user