Skip to content

Commit 2caeab8

Browse files
authored
Update JobHandler.php
1 parent e6f8ce2 commit 2caeab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JobHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getArguments(): array
198198
*/
199199
public function getInstance(): Job
200200
{
201-
if (!isset($this->instance)) {
201+
if (isset($this->instance)) {
202202
return $this->instance;
203203
}
204204

0 commit comments

Comments
 (0)