Skip to content

Commit 0fd5b4f

Browse files
author
rotimi
committed
Development in progress
1 parent dab95ce commit 0fd5b4f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/FileIoUtils.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ public static function mkdir(string $dir, int $mode = 0777, bool $deep = true):
6363

6464
throw new \Exception($error['message']);
6565
}
66-
67-
public static function getCwd(): string {
68-
69-
return getcwd();
70-
}
7166

7267
public static function concatDirAndFileName(string $dir, string $file): string {
7368

0 commit comments

Comments
 (0)