Commit with composer.json
This commit is contained in:
@ -33,7 +33,7 @@ class Router
|
||||
if (!$layout) {
|
||||
$layout = $this->default_layout;
|
||||
}
|
||||
$this->routes[$name] = new Route($route, $action, $params, $layout);
|
||||
$this->routes[$name] = new \Majestic\Route($route, $action, $params, $layout);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user