Skip to content

Commit b792843

Browse files
committed
缓存标签增加append方法
1 parent fb7751d commit b792843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache/TagSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function set($name, $value, $expire = null): bool
5858
* @param string $name 缓存变量名
5959
* @return void
6060
*/
61-
protected function append(string $name): void
61+
public function append(string $name): void
6262
{
6363
$name = $this->handler->getCacheKey($name);
6464

0 commit comments

Comments
 (0)