mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge branch '4.1'
This commit is contained in:
commit
fec030f9f2
@ -80,7 +80,8 @@ class ContentReviewNotificationJob extends AbstractQueuedJob implements QueuedJo
|
|||||||
return QueuedJob::QUEUED;
|
return QueuedJob::QUEUED;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setup() {
|
public function setup()
|
||||||
|
{
|
||||||
parent::setup();
|
parent::setup();
|
||||||
|
|
||||||
// Recommended for long running jobs that don't increment 'currentStep'
|
// Recommended for long running jobs that don't increment 'currentStep'
|
||||||
|
Loading…
Reference in New Issue
Block a user