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