From 2b546b60933933f59de16bab62e3807cccfab994 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 27 Sep 2024 06:39:25 +0000 Subject: [PATCH] Apply fixes from StyleCI --- framework/core/src/Queue/AbstractJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Queue/AbstractJob.php b/framework/core/src/Queue/AbstractJob.php index a67b736abb..2a8ae5c821 100644 --- a/framework/core/src/Queue/AbstractJob.php +++ b/framework/core/src/Queue/AbstractJob.php @@ -23,7 +23,7 @@ class AbstractJob implements ShouldQueue /** * @var string|null */ - public static $onQueue = null; + public static $onQueue = null; public function __construct() {