Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
handle ( ) : mixed | Execute the console command. |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |