Skip to content

Commit 55fc80a

Browse files
author
Omar Usman
committed
Merge pull request #8 from ClickSend/readme
Remove constructor parameters.
2 parents ba10d32 + a0fd0fa commit 55fc80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $messages = [
6969

7070
try {
7171

72-
$controller = new \ClickSendLib\Controllers\SMSController('your-username', 'your-api-key');
72+
$controller = new \ClickSendLib\Controllers\SMSController();
7373
$response = $controller->sendSms(['messages' => $messages]);
7474

7575
print_r($response);

0 commit comments

Comments
 (0)