You've already forked php-auth
generated from siteworxpro/Php-Template
password reset
This commit is contained in:
@@ -20,7 +20,7 @@ use Symfony\Component\Console\Question\Question as QuestionInput;
|
||||
#[AsCommand('user:add', 'Add a new user associated with an OAuth client')]
|
||||
class Add extends Command
|
||||
{
|
||||
public function __invoke(ClimateOutput|ArgvInput|InputInterface $input, ClimateOutput $output): int
|
||||
public function __invoke(ClimateOutput|ArgvInput|InputInterface $input, $output): int
|
||||
{
|
||||
$client = $this->askForClient($output, $input);
|
||||
if (!$client) {
|
||||
|
||||
Reference in New Issue
Block a user