fix indentation
This commit is contained in:
@@ -260,7 +260,7 @@ class App
|
|||||||
$this->argc = $args->getArgc();
|
$this->argc = $args->getArgc();
|
||||||
$this->query_string = $args->getQueryString();
|
$this->query_string = $args->getQueryString();
|
||||||
$this->module = $module->getName();
|
$this->module = $module->getName();
|
||||||
$this->page = $page;
|
$this->page = $page;
|
||||||
|
|
||||||
$this->is_mobile = $mobileDetect->isMobile();
|
$this->is_mobile = $mobileDetect->isMobile();
|
||||||
$this->is_tablet = $mobileDetect->isTablet();
|
$this->is_tablet = $mobileDetect->isTablet();
|
||||||
|
|||||||
Reference in New Issue
Block a user