tzsk/sms

Call to undefined function App\Services\sms() in file

Closed this issue · 1 comments

this code:

            return sms()->via($gateway)->send($message, function ($sms) use ($phones) {
                $sms->to($phones);
            });

had this error

<!doctype html>
<html class="theme-light">
<!--
Error: Call to undefined function App\Services\sms() in file /home/debug/public_html/messaging-service/app/Services/SmsService.php on line 11

run composer i