please remove array_merge() functionality on Textlocal.php send() as it's the case which arises response as error on when the mobile number to send SMS is registered as dnd on Trai.
Code has to be changed as mentioned below
public function send()
{
$numbers = implode(",", $this->recipients);
}
Note: As I am using this package on my Laravel project when vendor folder get updated error arises so to fix this issue please change as soon as possible
To Fix array_merge(): Argument #1 is not an array
please remove array_merge() functionality on Textlocal.php send() as it's the case which arises response as error on when the mobile number to send SMS is registered as dnd on Trai. Code has to be changed as mentioned below public function send() { $numbers = implode(",", $this->recipients);
} Note: As I am using this package on my Laravel project when vendor folder get updated error arises so to fix this issue please change as soon as possible