Skip to content

Commit 72ffa7c

Browse files
committed
php 7.3 compat
1 parent 1dad22d commit 72ffa7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

framework/core/src/Queue/AbstractJob.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ class AbstractJob implements ShouldQueue
2020
use Queueable;
2121
use SerializesModels;
2222

23-
public static ?string $onQueue = null;
23+
/**
24+
* @var string|null
25+
*/
26+
public static $onQueue = null;
2427

2528
public function __construct()
2629
{

0 commit comments

Comments
 (0)