Skip to content

Commit 478dbda

Browse files
authored
Add implements ProcessorInterface
1 parent eaf4fe4 commit 478dbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging/processors.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ using a processor::
2020
namespace App\Logger;
2121

2222
use Monolog\LogRecord;
23+
use Monolog\Processor\ProcessorInterface;
2324
use Symfony\Component\HttpFoundation\Exception\SessionNotFoundException;
2425
use Symfony\Component\HttpFoundation\RequestStack;
2526

26-
class SessionRequestProcessor
27+
class SessionRequestProcessor implements ProcessorInterface
2728
{
2829
public function __construct(
2930
private RequestStack $requestStack

0 commit comments

Comments
 (0)