fix: comments

This commit is contained in:
saparatayev 2022-02-03 17:30:28 +05:00
parent c1340ce976
commit 5b683258c1
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ class Account extends ComponentBase
if($this->user()->dial_code == '+993' && !$this->user()->phone_verified) {
$code = random_int(100000, 999999);
// $result = SMS::send(str_replace(array('+', ' ', '(' , ')', '-'), '', $this->user()->username), $code);
$result = 0;
$result = SMS::send(str_replace(array('+', ' ', '(' , ')', '-'), '', $this->user()->username), $code);
// $result = 0;
switch ($result) {
case 0: