Skip to content

Commit d76091c

Browse files
committed
Merge pull request #1588 from tolry/patch-1
Update cookbook/logging/monolog.rst
2 parents 03be4a5 + 97d63b3 commit d76091c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cookbook/logging/monolog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ using a processor.
177177
178178
namespace Acme\MyBundle;
179179
180-
use Symfony\Component\HttpFoundation\Session;
180+
use Symfony\Component\HttpFoundation\Session\Session;
181181
182182
class SessionRequestProcessor
183183
{
@@ -205,10 +205,13 @@ using a processor.
205205
}
206206
}
207207
208+
208209
.. configuration-block::
209210

210211
.. code-block:: yaml
211212
213+
# app/config/config.yml
214+
212215
services:
213216
monolog.formatter.session_request:
214217
class: Monolog\Formatter\LineFormatter

0 commit comments

Comments
 (0)