@@ -111,7 +111,7 @@ |
||
111 | 111 | empty($this->config['user_id']) || |
112 | 112 | empty($this->config['password']) || |
113 | 113 | empty($this->config['sender_id']) |
114 | - ){ |
|
114 | + ) { |
|
115 | 115 | throw new BongaTechException('Please ensure that all configuration variables have been set.'); |
116 | 116 | } |
117 | 117 |