shenshihai %!s(int64=2) %!d(string=hai) anos
pai
achega
677ea7f3d3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
 	}