Skip to content

Commit aa3b179

Browse files
Merge branch '3.4'
* 3.4: [WebProfilerBundle] add missing tests Fix dump panel hidden when closing a dump FormInterface::getPropertyPath(): PropertyPathInterface|null [FrameworkBundle][Routing] Remove unused logger argument
2 parents cb35620 + 65a5a5a commit aa3b179

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
@@ -51,7 +51,6 @@
5151
</service>
5252

5353
<service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
54-
<tag name="monolog.logger" channel="router" />
5554
<argument type="service" id="service_container" />
5655
<argument>%router.resource%</argument>
5756
<argument type="collection">
@@ -67,7 +66,6 @@
6766
<argument key="matcher_cache_class">%router.cache_class_prefix%UrlMatcher</argument>
6867
</argument>
6968
<argument type="service" id="router.request_context" on-invalid="ignore" />
70-
<argument type="service" id="logger" on-invalid="ignore" />
7169
<call method="setConfigCacheFactory">
7270
<argument type="service" id="config_cache_factory" />
7371
</call>

0 commit comments

Comments
 (0)