@@ -26,6 +26,9 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | class UrlHelper extends CakeUrlHelper |
| 28 | 28 | { |
| 29 | + /** |
|
| 30 | + * @param string $path |
|
| 31 | + */ |
|
| 29 | 32 | public function assetUrl($path, array $options = []) |
| 30 | 33 | { |
| 31 | 34 | if (is_array($path)) { |