Fix code style

This commit is contained in:
Alan Cell
2021-04-05 19:01:58 +02:00
parent 6581d1424e
commit bb8f11963a
11 changed files with 76 additions and 43 deletions

View File

@@ -15,7 +15,7 @@ class ModuleBuilder
public $modules = array();
public $user = null;
function __construct()
public function __construct()
{
$this->user = \Classes\BaseService::getInstance()->getCurrentUser();
}