Clean code

This commit is contained in:
Laurent Destailleur 2021-11-18 19:27:40 +01:00
parent 0649dc598d
commit d24120d6f9

View File

@ -116,6 +116,7 @@ class Conf
// Common objects that are not modules and set by the main and not into the this->setValues()
$this->browser = new stdClass();
// Common arrays
$this->cache = array();
$this->modules = array();
$this->modules_parts = array(
@ -230,6 +231,7 @@ class Conf
$this->expensereport = new stdClass();
$this->productbatch = new stdClass();
// Common arrays
$this->cache = array();
$this->modules = array();;
$this->modules_parts = array(