@@ -71,7 +71,7 @@  | 
                                                    ||
| 71 | 71 | $configurationUserFields[] = 'domain';  | 
                                                        
| 72 | 72 | }  | 
                                                        
| 73 | 73 | $fields = array_merge($this->defaultUserFields, $this->userFields, $configurationUserFields);  | 
                                                        
| 74 | - return 'https://www.googleapis.com/plus/v1/people/me?' . http_build_query([  | 
                                                        |
| 74 | + return 'https://www.googleapis.com/plus/v1/people/me?'.http_build_query([  | 
                                                        |
| 75 | 75 |              'fields' => implode(',', $fields), | 
                                                        
| 76 | 76 | 'alt' => 'json',  | 
                                                        
| 77 | 77 | ]);  |