Skip to content

Commit

Permalink
Merge branch '4.0' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 20, 2018
2 parents 76e7d58 + d989d4c commit 53ecc52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jobs/ContentReviewNotificationJob.php
Expand Up @@ -80,7 +80,8 @@ public function getJobType()
return QueuedJob::QUEUED;
}

public function setup() {
public function setup()
{
parent::setup();

// Recommended for long running jobs that don't increment 'currentStep'
Expand Down

0 comments on commit 53ecc52

Please sign in to comment.