From 633537570fa9bf742eb825d67357d871d10b255f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 16 Jan 2023 11:59:24 +1100 Subject: [PATCH] Remove unique constraint from bank matching service --- app/Services/Bank/BankMatchingService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Bank/BankMatchingService.php b/app/Services/Bank/BankMatchingService.php index 6abf9a9c11cf..dc5b350431f5 100644 --- a/app/Services/Bank/BankMatchingService.php +++ b/app/Services/Bank/BankMatchingService.php @@ -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;