Skip to content

Commit 45653fb

Browse files
committed
Update cookbook/logging/monolog.rst
1 parent 7ae5983 commit 45653fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/logging/monolog.rst

Lines changed: 3 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,6 +205,8 @@ using a processor.
205205
}
206206
}
207207
208+
Add this to ``app/config/config.yml``:
209+
208210
.. configuration-block::
209211

210212
.. code-block:: yaml

0 commit comments

Comments
 (0)