Skip to content

Commit e9b762a

Browse files
Merge branch '2.8' into 3.3
* 2.8: [WebProfilerBundle] add missing tests Fix dump panel hidden when closing a dump FormInterface::getPropertyPath(): PropertyPathInterface|null [FrameworkBundle][Routing] Remove unused logger argument
2 parents c494975 + 40e3820 commit e9b762a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Resources/config/routing.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
</service>
6060

6161
<service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
62-
<tag name="monolog.logger" channel="router" />
6362
<argument type="service" id="service_container" />
6463
<argument>%router.resource%</argument>
6564
<argument type="collection">
@@ -75,7 +74,6 @@
7574
<argument key="matcher_cache_class">%router.options.matcher.cache_class%</argument>
7675
</argument>
7776
<argument type="service" id="router.request_context" on-invalid="ignore" />
78-
<argument type="service" id="logger" on-invalid="ignore" />
7977
<call method="setConfigCacheFactory">
8078
<argument type="service" id="config_cache_factory" />
8179
</call>

0 commit comments

Comments
 (0)