Closed
Closed
Copy link
Description
With symfony/dependency-injection
5.3.7, we're getting a bunch of these errors:
In CheckCircularReferencesPass.php line 67:
Circular reference detected for service "Bolt\Menu\StopwatchBackendMenuBuilder", path: "Bolt\Menu\StopwatchBackendMenuBuilder -> Bolt\Menu\StopwatchBackendMenuBuilder"
It seems that this is caused by the changed order in Compiler/Passconfig.php
, introduced here:
It's part of this PR: #42347 #40406 by @derrabus
Was this change deliberate? If so, are we doing something wrong?