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 #10154 [Command] No need to register the command manually (weaverryan)
This PR was merged into the 3.4 branch.
Discussion
----------
[Command] No need to register the command manually
Hey guys!
Basically, when instantiating the `Application` from FrameworkBundle, you do not need to manually add the command manually. We also had a second, duplicated section that talked about testing with the kernel/container... but we do that already in the first code block. I think just got out of sync over years of updating & refactoring. I did test that we do NOT need to manually instantiate/add the command and we do NOT need to call `$kernel->boot()`.
Commits
-------
e0484d6 You do not need to re-add the command
0 commit comments