shenshihai 2 năm trước cách đây
mục cha
commit
677ea7f3d3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
 	}