class PruneFileCache extends Command

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

mixed
handle(FileCache $cache)

Execute the console command.

Details

at line 31
mixed handle(FileCache $cache)

Execute the console command.

Parameters

FileCache $cache

Return Value

mixed