@@ -81,7 +81,7 @@ |
||
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | // convert the elements of the URL path |
| 84 | - array_walk($urlPath, function (&$value) { |
|
| 84 | + array_walk($urlPath, function(&$value) { |
|
| 85 | 85 | $value = $this->convertNameToUrlKey($value); |
| 86 | 86 | }); |
| 87 | 87 | |