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 276f643 commit 905aec7Copy full SHA for 905aec7
src/Console/CleanEmails.php
@@ -18,9 +18,9 @@ public function handle()
18
19
$maxAgeInDays = config('mailbox.store_incoming_emails_for_days');
20
21
- if ($maxAgeInDays === INF)
22
- {
23
- $this->error($this->signature . ' is disabled because store_incoming_emails_for_days is set to INF.');
+ if ($maxAgeInDays === INF) {
+ $this->error($this->signature.' is disabled because store_incoming_emails_for_days is set to INF.');
+
24
return 1;
25
}
26
0 commit comments