We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b2e3d commit b68bf83Copy full SHA for b68bf83
src/Console/CleanEmails.php
@@ -14,7 +14,7 @@ class CleanEmails extends Command
14
15
public function handle()
16
{
17
- $this->comment('Cleaning WebSocket Statistics...');
+ $this->comment('Cleaning old incoming email logs...');
18
19
$maxAgeInDays = config('mailbox.store_incoming_emails_for_days');
20
0 commit comments