diff --git a/system/src/Cache/PHP.php b/system/src/Cache/PHP.php index 9b21552b..5c455b7e 100644 --- a/system/src/Cache/PHP.php +++ b/system/src/Cache/PHP.php @@ -45,7 +45,7 @@ class PHP rename($tmp, $file); } - public function get($key): string + public function get($key) { $tmp = ''; if ($this->fetch($key, $tmp)) {