parent
49687794f5
commit
9c43c3fab1
|
@ -4,7 +4,7 @@
|
|||
"base": "VnModel",
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "smsConfig"
|
||||
"table": "vn.smsConfig"
|
||||
}
|
||||
},
|
||||
"properties": {
|
|
@ -1,4 +0,0 @@
|
|||
module.exports = Self => {
|
||||
// Methods
|
||||
require('../methods/sms/send')(Self);
|
||||
};
|
Loading…
Reference in New Issue