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 573e857 commit 0355ab0Copy full SHA for 0355ab0
Resources/config/error_renderer.xml
@@ -14,6 +14,9 @@
14
<argument>%kernel.debug%</argument>
15
<argument>%kernel.charset%</argument>
16
<argument>%debug.file_link_format%</argument>
17
+ <argument>%kernel.project_dir%</argument>
18
+ <argument type="service" id="request_stack" />
19
+ <argument type="service" id="logger" on-invalid="null" />
20
</service>
21
22
<service id="error_renderer.renderer.json" class="Symfony\Component\ErrorRenderer\ErrorRenderer\JsonErrorRenderer">
0 commit comments