Refactored project structure (Improvements).
This commit is contained in:
parent
c015d8c58b
commit
3b700f8d3c
5 changed files with 5 additions and 23 deletions
|
|
@ -281,7 +281,7 @@ class Application
|
|||
$namespace = $this->toPhpName($route['namespace']);
|
||||
$controller = $this->toPhpName($route['controller']);
|
||||
|
||||
return $this->config->get('b8.app.namespace') . '\\' . $namespace . '\\' . $controller . 'Controller';
|
||||
return 'PHPCensor\\' . $namespace . '\\' . $controller . 'Controller';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue