Skip to content

Commit

Permalink
default value added for function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinas Pošiūnas committed Sep 10, 2016
1 parent acb82a3 commit 1d59e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Campaigns.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function addContent($campaignId, $contentData = [], $params = [])
* @param array $settingsData
* @return [type]
*/
public function send($campaignId, $settingsData)
public function send($campaignId, $settingsData = [])
{
$endpoint = $this->endpoint . '/' . $campaignId . '/actions/send';

Expand Down

0 comments on commit 1d59e6c

Please sign in to comment.