We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7751d commit b792843Copy full SHA for b792843
src/cache/TagSet.php
@@ -58,7 +58,7 @@ public function set($name, $value, $expire = null): bool
58
* @param string $name 缓存变量名
59
* @return void
60
*/
61
- protected function append(string $name): void
+ public function append(string $name): void
62
{
63
$name = $this->handler->getCacheKey($name);
64
0 commit comments