From b69994a3f9e2e052a8b77effdc1546c020414785 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 3 Jun 2016 11:37:11 +0300 Subject: [PATCH] smstest router and siteController sms test action --- frontend/controllers/SiteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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