Commit b69994a3f9e2e052a8b77effdc1546c020414785

Authored by Dmytry Fedorchuk
1 parent c23efc78

smstest router and siteController sms test action

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -182,7 +182,7 @@ class SiteController extends Controller
182 182  
183 183 public function actionSms()
184 184 {
185   - $resp = SmsSender::send('+380937036914','test Rukzak');
  185 + $resp = SmsSender::send('+380633930736','test Rukzak');
186 186 var_dump($resp);
187 187  
188 188 }
... ...