Skip to content

Commit

Permalink
Merge pull request #13 from salyangoz/patch-9
Browse files Browse the repository at this point in the history
? Added
  • Loading branch information
yedincisenol authored Oct 8, 2022
2 parents e1cfcc6 + 457b8bc commit 37f574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Mutlucell.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Mutlucell extends Sms
*/
public function send($message, $numbers, $header)
{
$message = preg_replace('/[^A-Za-z0-9-ıİüÜçÇşŞğĞöÖ. \/\-]/', '', $message);
$message = preg_replace('/[^A-Za-z0-9-ıİüÜçÇşŞğĞöÖ. \/\-?]/', '', $message);
$xml = new \SimpleXMLElement('<?xml version="1.0" encoding="utf-8"?><smspack></smspack>');
$xml->addAttribute('ka', $this->config['username']);
$xml->addAttribute('pwd', $this->config['password']);
Expand Down

0 comments on commit 37f574c

Please sign in to comment.