Skip to content

Commit 9217b49

Browse files
authored
Merge pull request #4 from ankurk91/patch/typo
Fix typo in console command
2 parents a7b2e3d + b68bf83 commit 9217b49

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)