Skip to content

Commit

Permalink
Fix undefined constant typo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
silbinarywolf authored May 9, 2018
1 parent df9d16e commit 8458919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/jobs/PruneChangesBeforeJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function process() {
$this->currentStep = 1;
$this->isComplete = true;

singleton(QueuedJobService)->queueJob($job, $next);
singleton('QueuedJobService')->queueJob($job, $next);
}
}

}
}

0 comments on commit 8458919

Please sign in to comment.