Skip to content

Commit 0b46856

Browse files
committed
fix var
1 parent 86efe42 commit 0b46856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php-bufflog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private function processLog()
113113
{
114114
// This should probably implemented as a Monolog Processor
115115
// https://github.com/Seldaek/monolog/tree/master/src/Monolog/Processor
116-
$self::getLogger()->pushProcessor(function ($record) {
116+
self::getLogger()->pushProcessor(function ($record) {
117117

118118
// We should grab any Buffer information useful when available
119119
// Need to check with the Core team: accountID / userID / profileID

0 commit comments

Comments
 (0)