@@ -82,7 +82,7 @@ |
||
82 | 82 | { |
83 | 83 | $notificationId = $trigger->getNotificationId(); |
84 | 84 | $notification = $this->getNotificationById($notificationId); |
85 | - if( ! $notification) { |
|
85 | + if (!$notification) { |
|
86 | 86 | throw new \Exception('Notification not found'); |
87 | 87 | } |
88 | 88 | //merge server data and trigger properties so we can use them in fulfilling notification message |