@@ -20,6 +20,6 @@  | 
                                                    ||
| 20 | 20 | |
| 21 | 21 | protected function buildPath(): string  | 
                                                        
| 22 | 22 |      { | 
                                                        
| 23 | -        return '/' . implode('/', $this->path->getElements()); | 
                                                        |
| 23 | +        return '/'.implode('/', $this->path->getElements()); | 
                                                        |
| 24 | 24 | }  | 
                                                        
| 25 | 25 | }  |