Add symfony console table and app: for commands

This commit is contained in:
Tim
2024-09-23 23:40:04 +02:00
parent 6aae797f16
commit 62e8f87ec8
9 changed files with 28 additions and 18 deletions

View File

@ -10,7 +10,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\Question;
#[AsCommand('user:create')]
#[AsCommand('app:user:create')]
class CreateUserCommand extends Command
{
public function __construct(