Skip to content

Commit

Permalink
php 7.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 27, 2024
1 parent 1dad22d commit 72ffa7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion framework/core/src/Queue/AbstractJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ class AbstractJob implements ShouldQueue
use Queueable;
use SerializesModels;

public static ?string $onQueue = null;
/**
* @var string|null
*/
public static $onQueue = null;

public function __construct()
{
Expand Down

0 comments on commit 72ffa7c

Please sign in to comment.