http class is purely static
authorgggeek <giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 16:13:51 +0000 (16:13 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 16:13:51 +0000 (16:13 +0000)
src/Helper/Http.php

index 3cec149..d4c902f 100644 (file)
@@ -12,7 +12,7 @@ class Http
 {
     protected static $logger;
 
-    public function getLogger()
+    public static function getLogger()
     {
         if (self::$logger === null) {
             self::$logger = Logger::instance();