Skip to content

Commit

Permalink
Merge pull request #6 from salyangoz/patch-2
Browse files Browse the repository at this point in the history
ıİ Added
  • Loading branch information
yedincisenol authored Mar 11, 2022
2 parents 35b4fb0 + 3c53674 commit 810f81a
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 810f81a

Please sign in to comment.