You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CM/Messaging/Message.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,23 +63,23 @@ class Message
63
63
*
64
64
* @var string
65
65
*/
66
-
protected$customGrouping1;
66
+
private$customGrouping1;
67
67
68
68
/**
69
69
* Applying custom grouping names to messages helps filter your messages. With up to three levels of custom grouping fields that can be set, subsets of messages can be further broken down.
70
70
* The custom grouping name can be up to 100 characters of your choosing. It’s recommended to limit the number of unique custom groupings to 1000.
71
71
*
72
72
* @var string
73
73
*/
74
-
protected$customGrouping2;
74
+
private$customGrouping2;
75
75
76
76
/**
77
77
* Applying custom grouping names to messages helps filter your messages. With up to three levels of custom grouping fields that can be set, subsets of messages can be further broken down.
78
78
* The custom grouping name can be up to 100 characters of your choosing. It’s recommended to limit the number of unique custom groupings to 1000.
79
79
*
80
80
* @var string
81
81
*/
82
-
protected$customGrouping3;
82
+
private$customGrouping3;
83
83
84
84
/**
85
85
* Used when sending multipart or concatenated SMS messages and always used together. Indicate the minimum and maximum of message parts that you allow the gateway to send for this message.
0 commit comments