modify plugin name

This commit is contained in:
2022-02-18 13:45:30 +08:00
parent eba7dc29b3
commit 7a6de074b9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ interface ICache
* @param $key
* @return string|int|bool
*/
public function get($key): string|int|bool;
public function get($key): mixed;
/**
* @param $key