From 7e578c93f6d1d6c01754ae0500f468da07337c70 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 24 Aug 2023 18:01:07 +0200 Subject: [PATCH] wip #6188 @0.5 --- src/Gzip.php | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } + } -- 2.39.5