Skip to content

Commit b044eef

Browse files
authored
Update FileManagerService.php
1 parent a5e8afa commit b044eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/FileManagerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public function hasDir(): bool
808808
}
809809
}
810810

811-
public function remove(string $relativePath): bool
811+
public function remove(string $relativePath = ''): bool
812812
{
813813
if (empty($relativePath)) {
814814
$this->filesystem->remove($this->getDefaultDirectory());

0 commit comments

Comments
 (0)