Skip to content

Commit

Permalink
Update GenerateStorageVoucherQrCode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Sep 30, 2024
1 parent 6941e17 commit b339188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/Vouchers/GenerateStorageVoucherQrCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle(): void

if(!isset($this->voucher->voucher_short_code) || is_null($this->voucher->voucher_short_code))
{
self::dispatch(new GenerateStorageVoucherQrCode($this->voucher))->delay(now()->addMinutes(14));
dispatch(new GenerateStorageVoucherQrCode($this->voucher))->delay(now()->addMinutes(14));
return;
}

Expand Down

0 comments on commit b339188

Please sign in to comment.