Skip to content

Commit 960ecf7

Browse files
committed
refactor: update file permissions for multiple files
- Changed file permissions for various files across the project - Updated file mode to improve security and accessibility
1 parent 9d37f1d commit 960ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public static function install(string $path): void
284284
* @var SplFileInfo $file
285285
*/
286286
$relativeFilePath = $file->getRelativePathname();
287-
FileSystemUtils::copy($pluginPath . '/web/' . $relativeFilePath, $frontDirectory . $relativeFilePath);
287+
FileSystemUtils::copy($pluginPath . '/web/' . $relativeFilePath, $frontDirectory . '/src/plugins/' . $path . \DIRECTORY_SEPARATOR . $relativeFilePath);
288288
}
289289
}
290290

0 commit comments

Comments
 (0)