We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d360f94 commit 083451fCopy full SHA for 083451f
src/Filesystem.php
@@ -83,7 +83,7 @@ public function copy(string $filePath, string $fileName): void
83
}
84
85
copy($filePath, $this->path($fileName));
86
- chmod($this->path($filename), 0666);
+ chmod($this->path($fileName), 0666);
87
88
89
public function fileEquals(string $filePath, string $fileName): bool
0 commit comments