From: gggeek Date: Mon, 23 Jan 2023 16:13:51 +0000 (+0000) Subject: http class is purely static X-Git-Tag: 4.10.0~100 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=00bc703d2cb7e23dc90e7821bb6567503734c02a;p=plcapi.git http class is purely static --- diff --git a/src/Helper/Http.php b/src/Helper/Http.php index 3cec1493..d4c902fa 100644 --- a/src/Helper/Http.php +++ b/src/Helper/Http.php @@ -12,7 +12,7 @@ class Http { protected static $logger; - public function getLogger() + public static function getLogger() { if (self::$logger === null) { self::$logger = Logger::instance();