use debug.file_link_formatter service when possible

This commit is contained in:
Yonel Ceruto 2019-09-11 12:31:57 -04:00
parent 541f80c635
commit d4a68673be

View File

@ -13,7 +13,7 @@
<tag name="error_renderer.renderer" />
<argument>%kernel.debug%</argument>
<argument>%kernel.charset%</argument>
<argument>%debug.file_link_format%</argument>
<argument type="service" id="debug.file_link_formatter" on-invalid="null" />
<argument>%kernel.project_dir%</argument>
<argument type="service" id="request_stack" />
<argument type="service" id="logger" on-invalid="null" />