Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Feb 4, 2023
1 parent 3b84e09 commit 5d8ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/CacheItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function getExpire()
*
* @return string|array
*/
public function getTag(): string|array
public function getTag()
{
return $this->tag;
}
Expand Down

0 comments on commit 5d8ace1

Please sign in to comment.