@@ -21,8 +21,8 @@ |
||
21 | 21 | */ |
22 | 22 | public function getVersion($path) |
23 | 23 | { |
24 | - $path = $this->staticDir . '/' . $path; |
|
25 | - return file_exists($path) ? (string)filemtime($path) : ''; |
|
24 | + $path = $this->staticDir.'/'.$path; |
|
25 | + return file_exists($path) ? (string) filemtime($path) : ''; |
|
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |