Add symfony console table and app: for commands
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user