git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b166f84
)
http class is purely static
author
gggeek
<giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 16:13:51 +0000
(16:13 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 16:13:51 +0000
(16:13 +0000)
src/Helper/Http.php
patch
|
blob
|
history
diff --git
a/src/Helper/Http.php
b/src/Helper/Http.php
index
3cec149
..
d4c902f
100644
(file)
--- 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();