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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
bin/console whatwedo:crud:setup generated the following output (among other stuff. The command worked fine, just warnings):
The text was updated successfully, but these errors were encountered: