We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86efe42 commit 0b46856Copy full SHA for 0b46856
src/php-bufflog/BuffLog.php
@@ -113,7 +113,7 @@ private function processLog()
113
{
114
// This should probably implemented as a Monolog Processor
115
// https://github.com/Seldaek/monolog/tree/master/src/Monolog/Processor
116
- $self::getLogger()->pushProcessor(function ($record) {
+ self::getLogger()->pushProcessor(function ($record) {
117
118
// We should grab any Buffer information useful when available
119
// Need to check with the Core team: accountID / userID / profileID
0 commit comments