diff --git a/app/Jobs/Report/SendToAdmin.php b/app/Jobs/Report/SendToAdmin.php index f0348c4c75..ddbbaa4bd6 100644 --- a/app/Jobs/Report/SendToAdmin.php +++ b/app/Jobs/Report/SendToAdmin.php @@ -91,6 +91,6 @@ class SendToAdmin implements ShouldQueue public function middleware() { - return [new WithoutOverlapping("report-{$this->company->company_key}")]; + return [new WithoutOverlapping("report-{$this->company->company_key}-{$this->report_class}")]; } }