mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Development + bugfixes
This commit is contained in:
@@ -19,8 +19,10 @@ class Router extends SimpleRouter {
|
||||
// Load our custom routes
|
||||
require_once 'routes.php';
|
||||
|
||||
parent::setDefaultNamespace('\Demo\Controllers');
|
||||
|
||||
// Do initial stuff
|
||||
parent::start('\\Demo\\Controllers');
|
||||
parent::start();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user