Skip to content

Commit 1d59e6c

Browse files
author
Justinas Pošiūnas
committed
default value added for function parameter
1 parent acb82a3 commit 1d59e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Campaigns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function addContent($campaignId, $contentData = [], $params = [])
3232
* @param array $settingsData
3333
* @return [type]
3434
*/
35-
public function send($campaignId, $settingsData)
35+
public function send($campaignId, $settingsData = [])
3636
{
3737
$endpoint = $this->endpoint . '/' . $campaignId . '/actions/send';
3838

0 commit comments

Comments
 (0)