class DeleteApiKey extends Command

Constants

MESSAGE_ERROR_INVALID_NAME

Error messages

MESSAGE_ERROR_NAME_DOES_NOT_EXIST

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

void
handle()

Execute the console command.

string|null
validateName(string $name)

Validate name

Details

at line 34
void handle()

Execute the console command.

Return Value

void

at line 63
protected string|null validateName(string $name)

Validate name

Parameters

string $name

Return Value

string|null