We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae5983 commit 45653fbCopy full SHA for 45653fb
cookbook/logging/monolog.rst
@@ -177,7 +177,7 @@ using a processor.
177
178
namespace Acme\MyBundle;
179
180
- use Symfony\Component\HttpFoundation\Session;
+ use Symfony\Component\HttpFoundation\Session\Session;
181
182
class SessionRequestProcessor
183
{
@@ -205,6 +205,8 @@ using a processor.
205
}
206
207
208
+Add this to ``app/config/config.yml``:
209
+
210
.. configuration-block::
211
212
.. code-block:: yaml
0 commit comments