From 1619430322541f8db9d38bc4a008bb3d47c0dff4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 16 Aug 2025 17:42:28 +1000 Subject: [PATCH] Add type props --- 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 9cd6bb26a6..8039d6e77b 100644 --- a/app/Services/Bank/BankMatchingService.php +++ b/app/Services/Bank/BankMatchingService.php @@ -32,7 +32,7 @@ class BankMatchingService implements ShouldQueue public $timeout = 3600; - public function __construct(public $company_id, public $db) + public function __construct(public int $company_id, public string $db) { }