Skip to content

Commit 0180fbf

Browse files
committed
Cleanup
1 parent c431e38 commit 0180fbf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Cache/FileCacheStorage.php

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ public function __construct(string $directory)
1515
$this->directory = $directory;
1616
}
1717

18-
public function makeRootDir(): void
19-
{
20-
$this->makeDir($this->directory);
21-
}
22-
2318
private function makeDir(string $directory): void
2419
{
2520
if (is_dir($directory)) {

0 commit comments

Comments
 (0)