Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitaefb426
committed
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_destinationThe 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_destination1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 |
| |
102 | 107 |
|
0 commit comments
Comments
(0)