chore(commands): unify command signatures
This commit is contained in:
parent
735345f5b9
commit
53c124a01f
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Facades\Mail;
|
|||
|
||||
class SendTestEmails extends Command
|
||||
{
|
||||
protected $signature = 'emails:test {email : The email address to send all test emails to}';
|
||||
protected $signature = 'email:test {email : The email address to send all test emails to}';
|
||||
|
||||
protected $description = 'Send all application emails to a specific email address for testing';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue