Browse Source

Update helpers.php

twilio
lucas cardoso 3 years ago
parent
commit
4a12669960
  1. 2
      config/helpers.php

2
config/helpers.php

@ -26,7 +26,7 @@ function whereIn($array)
* @return IApiMedia
* @throws conditon
**/
function returnChannel(string $channel)
function returnChannel($channel)
{
switch ($channel) {
case CONF_WHATSAPP_CHANNEL:

Loading…
Cancel
Save