Commit ecd3048
committed
minor #18038 Add missing import for LogRecord class in processors code example (timkrase)
This PR was merged into the 6.2 branch.
Discussion
----------
Add missing import for LogRecord class in processors code example
The code example on the [processors page](https://symfony.com/doc/current/logging/processors.html) uses the "LogRecord" class (starting with Symfony version 6.2) but is missing the corresponding import for the class.
Commits
-------
ea78a5d Add missing import for LogRecord in processors1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments