chore(commands): unify command signatures

This commit is contained in:
Víctor Falcón 2025-12-17 12:36:57 +01:00
parent 735345f5b9
commit 53c124a01f
1 changed files with 1 additions and 1 deletions

View File

@ -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';