Documentation

UpdateCustomersCountries extends Command

Table of Contents

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.
__construct()  : void
Create a new command instance.
handle()  : int
Execute the console command.

Properties

$description

The console command description.

protected string $description = 'Change customers country field to valid values'

$signature

The name and signature of the console command.

protected string $signature = 'update:customersCountries'

Methods

Search results