class Illuminate / Foundation / Console / EventClearCommand

EventClearCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'event:clear'
protected

$description string

The console command description.

Default: 'Clear all cached events and listeners'
protected

$files Filesystem

The filesystem instance.

Default: null

Methods

public

__construct ( Filesystem $files ) : void

Create a new config clear command instance.

Parameters

public

handle ( ) : void

Execute the console command.