mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-17 11:23:02 +00:00
Code design
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Sms extends Entity {
|
||||
protected $smsAddress;
|
||||
protected $smsMsg;
|
||||
|
||||
public function __construct() {
|
||||
public function __construct () {
|
||||
$this->addType('smsId', 'integer');
|
||||
$this->addType('smsDraft', 'boolean');
|
||||
$this->addType('smsRead', 'boolean');
|
||||
|
||||
Reference in New Issue
Block a user