@@ -49,7 +49,7 @@ |
||
49 | 49 | $file = substr($file, strlen('https://localhost:8080/')); |
50 | 50 | } |
51 | 51 | |
52 | - $source .= file_get_contents($this->publicDir.'/'.$file); |
|
52 | + $source .= file_get_contents($this->publicDir . '/' . $file); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | return $source; |