mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 16:36:25 +00:00
It's a controller variable rah...
This commit is contained in:
parent
553ff12b22
commit
37602a13b8
@ -47,7 +47,7 @@ class SmsController extends Controller {
|
|||||||
return $this->errorMsg;
|
return $this->errorMsg;
|
||||||
}
|
}
|
||||||
|
|
||||||
$smsMapper->saveAll($this->userId, $smsDatas);
|
$this->smsMapper->saveAll($this->userId, $smsDatas);
|
||||||
return "OK";
|
return "OK";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user