Переглянути джерело

Fix type name for table formatter

Witold Wasiczko 11 роки тому
батько
коміт
acede03901
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/Monolog/Formatter/WildfireFormatter.php

+ 1 - 1
src/Monolog/Formatter/WildfireFormatter.php

@@ -70,7 +70,7 @@ class WildfireFormatter extends NormalizerFormatter
         }
 
         if(isset($record['context'][self::TABLE])){
-            $type  = 'TYPE';
+            $type  = 'TABLE';
             $label = $record['channel'] .': '. $record['message'];
             $message = $record['context'][self::TABLE];
         } else {