Update (fix)

This commit is contained in:
2023-11-29 13:59:49 +08:00
parent 26d465e3aa
commit 79326f74f1

View File

@@ -15,3 +15,4 @@ public static function tools_count()
return AiTool::where('status','live')->count();
});
}
}