|
@@ -107,7 +107,7 @@ |
|
|
block discarded – undo |
|
107
|
107
|
{ |
|
108
|
108
|
$this->config = Config::get(); |
|
109
|
109
|
|
|
110
|
|
- if (empty($this->config['user_id']) || empty($this->config['password']) || empty($this->config['sender_id'])){ |
|
|
110
|
+ if (empty($this->config['user_id']) || empty($this->config['password']) || empty($this->config['sender_id'])) { |
|
111
|
111
|
throw new BongaTechException('Please ensure that all configuration variables have been set.'); |
|
112
|
112
|
} |
|
113
|
113
|
|
Please login to merge, or discard this patch.