ImportInvoices extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : int
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Imports preexisting invoice information to the new system established in 04/23'
$signature
The name and signature of the console command.
protected
string
$signature
= 'import:invoices'
Methods
handle()
Execute the console command.
public
handle() : int