class Prune extends Command

Properties

protected string $name

The console command name.

protected string $description

The console command description.

Methods

void
handle(ArchiveManager $manager)

Execute the command.

Details

at line 29
void handle(ArchiveManager $manager)

Execute the command.

Parameters

ArchiveManager $manager

Return Value

void