superfluous backslash
This commit is contained in:
parent
bedc7b7b69
commit
2cadda657c
@ -22,7 +22,7 @@ class Admin extends \Zotlabs\Web\Controller {
|
|||||||
private $sm = null;
|
private $sm = null;
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$this->sm = new \\Zotlabs\Web\SubModule();
|
$this->sm = new \Zotlabs\Web\SubModule();
|
||||||
}
|
}
|
||||||
|
|
||||||
function post(){
|
function post(){
|
||||||
|
Reference in New Issue
Block a user