Skip to content

Commit

Permalink
chore: Refactor SendUnreadNotificationEmailsCommand signature and des…
Browse files Browse the repository at this point in the history
…cription
  • Loading branch information
MrPunyapal committed Sep 12, 2024
1 parent 4604e00 commit 226a884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Console/Commands/SendUnreadNotificationEmailsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ final class SendUnreadNotificationEmailsCommand extends Command
*
* @var string
*/
protected $signature = 'send:unread-notifications-emails
{--weekly : Send the reminder emails to the users who have set their mail preference to weekly.}';
protected $signature = 'send:unread-notification-emails
{--weekly : Send the unread notification emails to the users who have set their mail preference to weekly.}';

/**
* The console command description.
*
* @var string
*/
protected $description = 'Send the reminder emails to the users.';
protected $description = 'Send the unread notification emails to the users.';

/**
* Execute the console command.
Expand Down

0 comments on commit 226a884

Please sign in to comment.