CalculateReviewsForStores extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The console command name.
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Set initial values for store reviews.'
$signature
The console command name.
protected
string
$signature
= 'stores:calculate-reviews'
Methods
handle()
Execute the console command.
public
handle() : mixed