class Cleanup extends Command

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected Currency $currency

Currency instance

Methods

__construct()

Create a new command instance.

void
handle()

Execute the console command.

Details

at line 33
__construct()

Create a new command instance.

at line 45
void handle()

Execute the console command.

Return Value

void