Add type props

This commit is contained in:
David Bomba 2025-08-16 17:42:28 +10:00
parent 8b712ad0b2
commit 1619430322
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
}