Skip to content

Commit e84f370

Browse files
committed
Fix queue rebase marker
1 parent 15504f8 commit e84f370

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Model/Table/QueuedJobsTable.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,7 @@ public function createJob(string $jobTask, array|object|null $data = null, array
267267
*
268268
* @return string
269269
*/
270-
<<<<<<< HEAD
271270
protected function jobTask(string $jobType): string {
272-
=======
273-
protected function jobTask(string $jobType): string {
274-
>>>>>>> e852801 (Address queue review follow-ups)
275271
if (!($this->taskFinder instanceof TaskFinder)) {
276272
$this->taskFinder = new TaskFinder();
277273
}

0 commit comments

Comments
 (0)