Skip to content

Commit c339a39

Browse files
committed
fix
1 parent 4efa937 commit c339a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Preparer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private function prepareImmediately(EmailComposer $composer)
245245
*/
246246
private function prepareQueued(EmailComposer $composer)
247247
{
248-
if ($this->getData('queued', false) === true) {
248+
if ($composer->getData('queued', false) === true) {
249249
$composer->getEmail()->fill([
250250
'queued_at' => Carbon::now()->toDateTimeString(),
251251
]);

0 commit comments

Comments
 (0)