Commit 0f6b6eb
committed
minor #19772 [Console] Update monolog_console.rst (suizumasahar01)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Console] Update monolog_console.rst
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Regarding https://symfony.com/doc/5.x/logging/monolog_console.html, current sample doesn't work properly.
Added "parent::__construct();" to sample code.
Commits
-------
82723f1 [Console] Update monolog_console.rst1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments