diff --git a/src/ClickatellClient.php b/src/ClickatellClient.php index 933d942..5b3ea9d 100644 --- a/src/ClickatellClient.php +++ b/src/ClickatellClient.php @@ -36,7 +36,7 @@ public function __construct(Client $client, $apiKey) * @param array $to String or Array of numbers * @param string $message */ - public function send(array $to, $message) + public function send($to, $message) { $response = $this->client->request('GET', 'https://platform.clickatell.com/messages/http/send', [ 'query' => [