From: Vincent Vanwaelscappel Date: Thu, 24 Aug 2023 16:01:07 +0000 (+0200) Subject: wip #6188 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7e578c93f6d1d6c01754ae0500f468da07337c70;p=cubist_util.git wip #6188 @0.5 --- diff --git a/src/Gzip.php b/src/Gzip.php index 472fb97..f88fed1 100644 --- a/src/Gzip.php +++ b/src/Gzip.php @@ -95,4 +95,10 @@ class Gzip } } + public static function path($path) + { + self::_filename($path); + return $path; + } + }