]> _ Git - cubist_util.git/commitdiff
wip #5603
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Nov 2022 13:56:08 +0000 (14:56 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Nov 2022 13:56:08 +0000 (14:56 +0100)
src/Files/Files.php

index 03f066f7b0098a7e8acd4ed20fe56fc20cca8ac3..a011080b3ba98bb4d5a10f03eed8e5694fa31f03 100644 (file)
@@ -169,7 +169,6 @@ class Files
         }
 
         copy($from, $to);
-
         if ($touch) {
             @touch($to, $frommtime);
         }