Commit d308e2c
committed
bug symfony#52434 [Console][FrameworkBundle] Fix missing
This PR was merged into the 6.4 branch.
Discussion
----------
[Console][FrameworkBundle] Fix missing `profile` option for console commands
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fix symfony#52433
| License | MIT
Commits
-------
0e0848b Fix missing `profile` option for console commandsprofile option for console commands (keulinho)File tree
1 file changed
+2
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/EventListener
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments