PHP Class Spatie\Activitylog\CleanActivitylogCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: spatie/laravel-activitylog

Protected Properties

Property Type Description
$description string The console command description.
$signature string The console command name.

Public Methods

Method Description
handle ( )

Method Details

handle() public method

public handle ( )

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

The console command name.
protected string $signature
return string