Skip to content

Commit f9d1262

Browse files
authored
Merge pull request #285 from LordSimal/master
fix CS error introduced by last PR
2 parents 9e487f1 + 0044d0f commit f9d1262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Table/QueueProcessesTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function initialize(array $config): void {
6666
'bindingKey' => 'workerkey',
6767
'propertyName' => 'active_job',
6868
'conditions' => [
69-
'CurrentQueuedJobs.completed IS NULL'
69+
'CurrentQueuedJobs.completed IS NULL',
7070
],
7171
]
7272
);

0 commit comments

Comments
 (0)