Dont cache the mail:send query
This commit is contained in:
@@ -27,7 +27,7 @@ class MailSend extends Command
|
||||
/**
|
||||
* Execute the console command.
|
||||
*/
|
||||
public function handle()
|
||||
public function handle(): int
|
||||
{
|
||||
switch ($this->option('type')) {
|
||||
case 'crash':
|
||||
@@ -48,5 +48,7 @@ class MailSend extends Command
|
||||
default:
|
||||
$this->error('Specify -T crash, normal or all');
|
||||
}
|
||||
|
||||
return self::SUCCESS;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user