ChangeSubTypeInVehicleCommand extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Chance subtype in vehicle'
$signature
The name and signature of the console command.
protected
string
$signature
= 'change-sub-type-in-vehicle'
Methods
handle()
Execute the console command.
public
handle() : mixed