Commit with composer.json
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
* @since 2010-02-25
|
||||
*/
|
||||
|
||||
namespace Majestic;
|
||||
|
||||
class Route
|
||||
{
|
||||
|
||||
|
@ -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