Skip to content

Commit b68bf83

Browse files
authored
Fix typo in console command
1 parent a7b2e3d commit b68bf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/CleanEmails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CleanEmails extends Command
1414

1515
public function handle()
1616
{
17-
$this->comment('Cleaning WebSocket Statistics...');
17+
$this->comment('Cleaning old incoming email logs...');
1818

1919
$maxAgeInDays = config('mailbox.store_incoming_emails_for_days');
2020

0 commit comments

Comments
 (0)