feat(Salix): refs #6427 #6427 move sms-config

This commit is contained in:
Javier Segarra 2024-06-14 14:26:19 +02:00
parent 49687794f5
commit 9c43c3fab1
2 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"base": "VnModel", "base": "VnModel",
"options": { "options": {
"mysql": { "mysql": {
"table": "smsConfig" "table": "vn.smsConfig"
} }
}, },
"properties": { "properties": {

View File

@ -1,4 +0,0 @@
module.exports = Self => {
// Methods
require('../methods/sms/send')(Self);
};