Skip to content

Commit

Permalink
Merge pull request #26 from stitch-digital/fix-attachment-ids
Browse files Browse the repository at this point in the history
Update GetCustomerAttachments.php
  • Loading branch information
johntrickett86 authored Oct 15, 2024
2 parents c450a7a + 0678023 commit 4a17ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
//
}
Expand Down

0 comments on commit 4a17ab7

Please sign in to comment.