Skip to content

Commit 2b546b6

Browse files
committed
Apply fixes from StyleCI
1 parent 72ffa7c commit 2b546b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/src/Queue/AbstractJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AbstractJob implements ShouldQueue
2323
/**
2424
* @var string|null
2525
*/
26-
public static $onQueue = null;
26+
public static $onQueue = null;
2727

2828
public function __construct()
2929
{

0 commit comments

Comments
 (0)