You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #19597 Fix debug config reference dump_destination (vinceAmstoutz)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
Fix debug config reference dump_destination
The method `loadFromExtension` does not exist in the `Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;`
The only way to do this is to use the `extension` method, which then calls `loadFromExtension `, as you can see in the class when using `CRTL+F` :

Commits
-------
7bb3860 Fix debug config reference dump_destination
0 commit comments