mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:55:55 +00:00
logger: shorter syntax
This commit is contained in:
@@ -115,6 +115,10 @@ class Config {
|
||||
return self::$instance;
|
||||
}
|
||||
|
||||
private function __clone() {
|
||||
//
|
||||
}
|
||||
|
||||
function __construct() {
|
||||
$ref = new ReflectionClass(get_class($this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user