feat(Salix): refs #6427 #6427 rename method

This commit is contained in:
Javier Segarra 2024-06-14 14:25:59 +02:00
parent 806fe91cd0
commit 49687794f5
2 changed files with 1 additions and 1 deletions

View File

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