Additional middleware granularity
This commit is contained in:
parent
c7cb9b0f50
commit
278d9247a1
|
|
@ -91,6 +91,6 @@ class SendToAdmin implements ShouldQueue
|
||||||
|
|
||||||
public function middleware()
|
public function middleware()
|
||||||
{
|
{
|
||||||
return [new WithoutOverlapping("report-{$this->company->company_key}")];
|
return [new WithoutOverlapping("report-{$this->company->company_key}-{$this->report_class}")];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue