We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1aa1a commit e51ebceCopy full SHA for e51ebce
src/Models/Customer.php
@@ -18,7 +18,7 @@ class Customer extends BaseModel
18
*
19
* @return object
20
*/
21
- protected function downloads($id)
+ protected function downloads($id, $options = [])
22
{
23
return Query::init()
24
->setEndpoint("customers/{$id}/downloads")
0 commit comments