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.
2 parents a7b2e3d + b68bf83 commit 9217b49Copy full SHA for 9217b49
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