mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
change private to protected property for middleware key
This commit is contained in:
parent
aff4e197c0
commit
15e8faf7db
@ -53,6 +53,6 @@ class BankMatchingService implements ShouldQueue
|
|||||||
|
|
||||||
public function middleware()
|
public function middleware()
|
||||||
{
|
{
|
||||||
return [new WithoutOverlapping($this->company_id)];
|
return [new WithoutOverlapping("bank_match_rate:{$this->company_id}")];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user