@@ -56,7 +56,7 @@  | 
                                                    ||
| 56 | 56 | |
| 57 | 57 | public function loadEventData($name)  | 
                                                        
| 58 | 58 |      { | 
                                                        
| 59 | - $file = dirname(__FILE__) . '/../webhooks/'.$this->version.'/'.$name.'.json';  | 
                                                        |
| 59 | + $file = dirname(__FILE__).'/../webhooks/'.$this->version.'/'.$name.'.json';  | 
                                                        |
| 60 | 60 | |
| 61 | 61 |          if (!file_exists($file)) { | 
                                                        
| 62 | 62 |              throw new InvalidEventException("Event does not exist in version ".$this->version, 1); |