Skip to content

Commit

Permalink
Fixed bug with additional data path
Browse files Browse the repository at this point in the history
  • Loading branch information
joesmith1310 committed Aug 28, 2024
1 parent 66b7dba commit 7288366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Model/AdditionalDataWithOffsetPagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class AdditionalDataWithOffsetPagination implements ModelInterface, ArrayAccess,
* @phpsalm-var array<string, string>
*/
protected static array $openAPITypes = [
'pagination' => 'AdditionalData'
'pagination' => '\Pipedrive\Model\AdditionalData'
];

/**
Expand Down

0 comments on commit 7288366

Please sign in to comment.