Update (fix)
This commit is contained in:
@@ -14,4 +14,5 @@ public static function tools_count()
|
||||
return Cache::remember('tools_count_' . $seconds_to_remember, $seconds_to_remember, function () {
|
||||
return AiTool::where('status','live')->count();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user