mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
add limit check to size of sms
This commit is contained in:
parent
99349a35c5
commit
11b481aebd
6 changed files with 29 additions and 3 deletions
|
@ -13,6 +13,8 @@ namespace models;
|
|||
|
||||
class Scheduled extends StandardModel
|
||||
{
|
||||
const SMS_LENGTH_LIMIT = 1000;
|
||||
|
||||
/**
|
||||
* Return numbers for a scheduled message.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue