Add support for automatic response to SMS stop

This commit is contained in:
osaajani 2024-02-25 11:10:10 +01:00
parent 6321899e02
commit 6e6c51a9ee
9 changed files with 98 additions and 12 deletions

View file

@ -13,6 +13,8 @@ namespace models;
class SmsStop extends StandardModel
{
const SMS_STOP_TAG = 'SMS_STOP';
/**
* Return a smsstop by his number and user.
*