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
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the %s class instead.
Doesn't it means we should create a Symfony61 set with this rule inside ?
The text was updated successfully, but these errors were encountered:
Symfony is throwing the following deprecation:
Doesn't it means we should create a Symfony61 set with this rule inside ?
The text was updated successfully, but these errors were encountered: