@@ -43,7 +43,7 @@ |
||
| 43 | 43 | |
| 44 | 44 | $source = ''; |
| 45 | 45 | foreach ($files as $file) { |
| 46 | - $source .= file_get_contents($this->publicDir.'/'.$file); |
|
| 46 | + $source .= file_get_contents($this->publicDir . '/' . $file); |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | return $source; |