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 ac18e60 commit ce35b0eCopy full SHA for ce35b0e
src/EmailComposer.php
@@ -290,7 +290,7 @@ public function send()
290
291
$this->email->refresh();
292
293
- if ($this->getData('queued') === true) {
+ if ($this->getData('queued', false) === true) {
294
dispatch(new SendEmailJob($this->email))
295
->onConnection($this->getData('connection'))
296
->onQueue($this->getData('queue'));
0 commit comments