add limit check to size of sms

This commit is contained in:
osaajani 2022-09-26 17:17:41 +02:00
parent 99349a35c5
commit 11b481aebd
6 changed files with 29 additions and 3 deletions

View file

@ -13,6 +13,8 @@ namespace models;
class Scheduled extends StandardModel
{
const SMS_LENGTH_LIMIT = 1000;
/**
* Return numbers for a scheduled message.
*