class Illuminate / Foundation / Console / RouteClearCommand

RouteClearCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'route:clear'
protected

$description string

The console command description.

Default: 'Remove the route cache file'
protected

$files Filesystem

The filesystem instance.

Default: null

Methods

public

__construct ( Filesystem $files ) : void

Create a new route clear command instance.

Parameters

public

handle ( ) : void

Execute the console command.