Skip to content

Commit 888d429

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Add missing import for LogRecord in processors
2 parents a6e08b2 + ecd3048 commit 888d429

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)