Skip to content

Commit a38183c

Browse files
authored
fix typo in Filesystem.php
1 parent 62528ea commit a38183c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function copy(string $filePath, string $fileName): void
7979
}
8080

8181
copy($filePath, $this->path($fileName));
82-
chmod($this->path($filename), 0666);
82+
chmod($this->path($fileName), 0666);
8383
}
8484

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

0 commit comments

Comments
 (0)