Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit d75891f

Browse files
committed
Update LogFileDebugger.php - return this
1 parent c54951d commit d75891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggrachdev.debugbar/classes/general/BitrixDebugger/Debugger/LogFileDebugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LogFileDebugger extends NoticeDebugger {
1515
public function logRaw($type, ...$item) {
1616

1717
if (empty($item)) {
18-
return;
18+
return $this;
1919
}
2020

2121
$pathLogFile = $this->configuratorDebugger->getLogPath($type);

0 commit comments

Comments
 (0)