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 c03f2b3 commit 90c80b7Copy full SHA for 90c80b7
src/Processors/NullStringProcessor.php
@@ -3,8 +3,9 @@
3
namespace Hedii\LaravelGelfLogger\Processors;
4
5
use Monolog\LogRecord;
6
+use Monolog\Processor\ProcessorInterface;
7
-class NullStringProcessor
8
+class NullStringProcessor implements ProcessorInterface
9
{
10
/**
11
* Transform a "NULL" string record into a null value.
src/Processors/RenameIdFieldProcessor.php
-class RenameIdFieldProcessor
+class RenameIdFieldProcessor implements ProcessorInterface
* Rename "id" field to "_id" (additional field 'id' is not allowed).
0 commit comments