1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-17 11:23:02 +00:00

Code design

This commit is contained in:
Loic Blot
2014-09-15 13:41:18 +02:00
parent cd8c0e57f1
commit 0d14019e9f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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');