medal show all + fix category cache

This commit is contained in:
xiaomlove
2023-01-04 19:35:06 +08:00
parent 0b1de25999
commit 3b69425a97
7 changed files with 21 additions and 12 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ class Test extends Command
*/
public function handle()
{
$r = NexusDB::cache_get('category_content');
dd($r);
}
}