@@ -79,7 +79,7 @@ |
||
79 | 79 | $logLevel = strtoupper($level); |
80 | 80 | $useIp = $this->config->get('handlers.file.ip_addr', false); |
81 | 81 | $ipStr = ''; |
82 | - if($useIp){ |
|
82 | + if ($useIp) { |
|
83 | 83 | $ip = Str::ip(); |
84 | 84 | $ipStr = '[' . $ip . ']' . $this->tab; |
85 | 85 | } |