Remove unique constraint from bank matching service
This commit is contained in:
parent
e822550c38
commit
633537570f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ use Illuminate\Queue\SerializesModels;
|
|||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
class BankMatchingService implements ShouldQueue, ShouldBeUnique
|
||||
class BankMatchingService implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue