class DeleteApiKey extends Command

Traits

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

string|null
validateName(string $name)

Validate API key name

void
handle()

Execute the console command.

Details

protected string|null validateName(string $name)

Validate API key name

Parameters

string $name

Return Value

string|null

at line 31
void handle()

Execute the console command.

Return Value

void