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.
2 parents d701f50 + 6bd5c52 commit b3d1030Copy full SHA for b3d1030
logging/processors.rst
@@ -20,10 +20,11 @@ using a processor::
20
namespace App\Logger;
21
22
use Monolog\LogRecord;
23
+ use Monolog\Processor\ProcessorInterface;
24
use Symfony\Component\HttpFoundation\Exception\SessionNotFoundException;
25
use Symfony\Component\HttpFoundation\RequestStack;
26
- class SessionRequestProcessor
27
+ class SessionRequestProcessor implements ProcessorInterface
28
{
29
public function __construct(
30
private RequestStack $requestStack
0 commit comments