shenshihai 2 rokov pred
rodič
commit
677ea7f3d3
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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);
 	}