@@ -33,7 +33,7 @@ |
||
33 | 33 | 'cluster' => $this->config['cluster'], |
34 | 34 | 'encrypted' => $this->config['encrypted'], |
35 | 35 | ]; |
36 | - $pusher = new \Pusher( |
|
36 | + $pusher = new \Pusher( |
|
37 | 37 | $this->config['auth_key'], |
38 | 38 | $this->config['secret'], |
39 | 39 | $this->config['app_id'], |