Skip to content

Commit ea78a5d

Browse files
authored
Add missing import for LogRecord in processors
1 parent 35adae0 commit ea78a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logging/processors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ using a processor::
1919
// src/Logger/SessionRequestProcessor.php
2020
namespace App\Logger;
2121

22+
use Monolog\LogRecord;
2223
use Symfony\Component\HttpFoundation\Exception\SessionNotFoundException;
2324
use Symfony\Component\HttpFoundation\RequestStack;
2425

0 commit comments

Comments
 (0)