change private to protected property for middleware key
This commit is contained in:
parent
aff4e197c0
commit
15e8faf7db
1 changed files with 1 additions and 1 deletions
|
|
@ -53,6 +53,6 @@ class BankMatchingService implements ShouldQueue
|
|||
|
||||
public function middleware()
|
||||
{
|
||||
return [new WithoutOverlapping($this->company_id)];
|
||||
return [new WithoutOverlapping("bank_match_rate:{$this->company_id}")];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue