shenshihai 2 년 전
부모
커밋
677ea7f3d3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Utility.php

+ 0 - 1
src/Utility.php

@@ -141,7 +141,6 @@ function fileCopy(string $sourcePath, string $targetPath){
 	if(!is_dir($targetDir)){
 		createDirectory($targetDir);
 	}
-		
 	if( file_exists($targetPath) ){
 		unlink($targetPath);
 	}