class ScoutIndexer extends Command (View source)

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

void
__construct()

Create a new command instance.

int
handle()

Execute the console command.

Details

void __construct()

Create a new command instance.

Return Value

void

int handle()

Execute the console command.

Return Value

int