@@ -34,10 +34,10 @@ |
||
| 34 | 34 | { |
| 35 | 35 | parent::init(); |
| 36 | 36 | if (empty ($this->appKey)) { |
| 37 | - throw new InvalidConfigException ('The "appKey" property must be set.'); |
|
| 37 | + throw new InvalidConfigException('The "appKey" property must be set.'); |
|
| 38 | 38 | } |
| 39 | 39 | if (empty ($this->appSecret)) { |
| 40 | - throw new InvalidConfigException ('The "appSecret" property must be set.'); |
|
| 40 | + throw new InvalidConfigException('The "appSecret" property must be set.'); |
|
| 41 | 41 | } |
| 42 | 42 | $this->_client = new JPush($this->appKey, $this->appSecret); |
| 43 | 43 | } |