Skip to content

Commit e51ebce

Browse files
committed
Fixed customer model
1 parent ea1aa1a commit e51ebce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Customer extends BaseModel
1818
*
1919
* @return object
2020
*/
21-
protected function downloads($id)
21+
protected function downloads($id, $options = [])
2222
{
2323
return Query::init()
2424
->setEndpoint("customers/{$id}/downloads")

0 commit comments

Comments
 (0)