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
We want to use dot-cli commands , not symfony commands.
Because we can update dot cli anytime something is changed in symfony, without the need to update a bazillion of produxtion systems.
Remove symfony command and add dot cli command instead
Starting from symfony/console 7.0 commands need to be declared using the
AsCommand
attribute.The text was updated successfully, but these errors were encountered: