-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
bin/console whatwedo:crud:setup generated the following output (among other stuff. The command worked fine, just warnings):
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 "whatwedo\CrudBundle\Command\SetupCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "whatwedo\CrudBundle\Command\SetupCommand" class instead.
Reactions are currently unavailable