@@ -71,7 +71,7 @@ |
||
71 | 71 | |
72 | 72 | // copying mounts |
73 | 73 | if ($this->config->get('static.mounts')) { |
74 | - foreach($this->config->get('static.mounts') as $source => $destination) { |
|
74 | + foreach ($this->config->get('static.mounts') as $source => $destination) { |
|
75 | 75 | $this->copy($source, $destination); |
76 | 76 | } |
77 | 77 | } |