Skip to content

Commit 40e3820

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [WebProfilerBundle] add missing tests FormInterface::getPropertyPath(): PropertyPathInterface|null [FrameworkBundle][Routing] Remove unused logger argument
2 parents 46dd05c + 7942edc commit 40e3820

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
@@ -61,7 +61,6 @@
6161
</service>
6262

6363
<service id="router.default" class="%router.class%" public="false">
64-
<tag name="monolog.logger" channel="router" />
6564
<argument type="service" id="service_container" />
6665
<argument>%router.resource%</argument>
6766
<argument type="collection">
@@ -77,7 +76,6 @@
7776
<argument key="matcher_cache_class">%router.options.matcher.cache_class%</argument>
7877
</argument>
7978
<argument type="service" id="router.request_context" on-invalid="ignore" />
80-
<argument type="service" id="logger" on-invalid="ignore" />
8179
<call method="setConfigCacheFactory">
8280
<argument type="service" id="config_cache_factory" />
8381
</call>

0 commit comments

Comments
 (0)