We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62528ea commit a38183cCopy full SHA for a38183c
src/Filesystem.php
@@ -79,7 +79,7 @@ public function copy(string $filePath, string $fileName): void
79
}
80
81
copy($filePath, $this->path($fileName));
82
- chmod($this->path($filename), 0666);
+ chmod($this->path($fileName), 0666);
83
84
85
public function fileEquals(string $filePath, string $fileName): bool
0 commit comments