Fix email generation and sending via CLI

This commit is contained in:
Deon George
2022-08-25 11:08:10 +10:00
parent 8955df84cd
commit 39db6303c2
3 changed files with 9 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ class AccountingAccountSync extends Command
*
* @var string
*/
protected $description = 'Synchronise accounts with account system';
protected $description = 'Synchronise accounts with accounting system';
/**
* Execute the console command.