@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | public function delete(string $path): void |
51 | 51 | { |
52 | - $this->filesystem->delete($path); |
|
52 | + $this->filesystem->delete($path); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | public function deleteDirectory(string $path): void |