diff --git a/framework/core/src/Queue/AbstractJob.php b/framework/core/src/Queue/AbstractJob.php index d9adba17e4..a67b736abb 100644 --- a/framework/core/src/Queue/AbstractJob.php +++ b/framework/core/src/Queue/AbstractJob.php @@ -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() {