Skip to content

Commit f453f9f

Browse files
committed
Add send_rate_avoid param
1 parent 2a72cf8 commit f453f9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/php/Gomoob/Pushwoosh/Model/Notification/Notification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ class Notification implements \JsonSerializable
237237
* @var int
238238
*/
239239
private $sendRate;
240-
240+
241241
/**
242242
* If set to true, throttling limit will not be applied to this specific push notification
243243
*
244244
* @var bool
245245
*/
246246
private $sendRateAvoid;
247-
247+
248248
/**
249249
* The timezone to use with the `sendDate` property, if ignored UTC-0 is default in "send_date".
250250
* See http://php.net/manual/timezones.php for the list of the supported timezones.

0 commit comments

Comments
 (0)