From 06780231dad66821b5be61ef55688eced92efc82 Mon Sep 17 00:00:00 2001 From: John Trickett Date: Tue, 15 Oct 2024 11:38:10 +0100 Subject: [PATCH] Update GetCustomerAttachments.php --- src/Requests/Customers/Attachments/GetCustomerAttachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Requests/Customers/Attachments/GetCustomerAttachments.php b/src/Requests/Customers/Attachments/GetCustomerAttachments.php index 13c7e08..6e385cc 100644 --- a/src/Requests/Customers/Attachments/GetCustomerAttachments.php +++ b/src/Requests/Customers/Attachments/GetCustomerAttachments.php @@ -10,7 +10,7 @@ class GetCustomerAttachments extends Request implements Paginatable { - public function __construct(protected readonly string $customerId, protected readonly int $companyId) + public function __construct(protected readonly int $customerId, protected readonly int $companyId) { // }