Skip to content

Commit

Permalink
fixed implementationLevel function
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dilts committed Sep 2, 2019
1 parent 72f0eef commit 4a863bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmsForIp1.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function sendSms($message, $phoneNumber, $fromNumber)
}
public function getImplementationLevel()
{
return IMPLEMENTED_ID_AND_STATUS;
return Sms::IMPLEMENTED_ID_AND_STATUS;
}
private function formatPhoneNumber($phoneNumber){
$numbersOnly = preg_replace('/[^0-9]/', '', $phoneNumber);
Expand Down

0 comments on commit 4a863bd

Please sign in to comment.