@@ -15,8 +15,8 @@ |
||
| 15 | 15 | |
| 16 | 16 | public function __construct(string $file) |
| 17 | 17 | { |
| 18 | - $this->path = Main::$path . '/' . $file . '/'; |
|
| 19 | - if(!file_exists($this->path)){ |
|
| 18 | + $this->path = Main::$path.'/'.$file.'/'; |
|
| 19 | + if (!file_exists($this->path)) { |
|
| 20 | 20 | mkdir($this->path, 0755, true); |
| 21 | 21 | } |
| 22 | 22 | } |