]> _ Git - cubist_util.git/commitdiff
wip #6188 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Aug 2023 16:01:07 +0000 (18:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Aug 2023 16:01:07 +0000 (18:01 +0200)
src/Gzip.php

index 472fb9734f72759abfcf3b877b5ca5918f000021..f88fed12f5409ebc4183a0075e5585285aac2e63 100644 (file)
@@ -95,4 +95,10 @@ class Gzip
         }
     }
 
+    public static function path($path)
+    {
+        self::_filename($path);
+        return $path;
+    }
+
 }