Skip to content

Commit 083451f

Browse files
authored
fix: typo in Filesystem.php
1 parent d360f94 commit 083451f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filesystem.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function copy(string $filePath, string $fileName): void
8383
}
8484

8585
copy($filePath, $this->path($fileName));
86-
chmod($this->path($filename), 0666);
86+
chmod($this->path($fileName), 0666);
8787
}
8888

8989
public function fileEquals(string $filePath, string $fileName): bool

0 commit comments

Comments
 (0)