diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 057d32b..7bf028c 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -182,7 +182,7 @@ class SiteController extends Controller public function actionSms() { - $resp = SmsSender::send('+380937036914','test Rukzak'); + $resp = SmsSender::send('+380633930736','test Rukzak'); var_dump($resp); } -- libgit2 0.21.4