Skip to content

Commit

Permalink
Merge pull request #108 from fenos/issue-84-merge-with-106
Browse files Browse the repository at this point in the history
Issue #84 merge with #106
  • Loading branch information
Gummibeer committed Apr 22, 2016
2 parents e4890c0 + 1b5b4d5 commit 0ce07ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifynder/Builder/NotifynderBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function toArray()
}
}

$error = "The fields: ".implode(',', $this->requiredFields)." are required";
$error = "The fields: ".implode(',', $this->getRequiredFields())." are required";
throw new NotificationBuilderException($error);
}

Expand Down

0 comments on commit 0ce07ea

Please sign in to comment.