summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-25 15:49:30 +0300
committerAndrew Dolgov <[email protected]>2021-02-25 15:49:30 +0300
commitdcf0135285f1a515454807cdfe1e819f37a23a86 (patch)
tree923ebbdff110e7890959c38009002307724aec71 /classes/config.php
parent59c14e9c0001bc7a01763ecc7d3042dcde978a1a (diff)
logger: shorter syntax
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/config.php b/classes/config.php
index 95bf3bf71..2c46e1784 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -115,6 +115,10 @@ class Config {
return self::$instance;
}
+ private function __clone() {
+ //
+ }
+
function __construct() {
$ref = new ReflectionClass(get_class($this));