Skip to content

Commit

Permalink
fix: removed flush db command
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 2, 2024
1 parent 2ce527d commit ad22b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/DashWidgetsRefresh.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DashWidgetsRefresh extends Command
public function handle()
{
// Clear the cache for all widgets
Cache::flush();
// Cache::flush();

// Create the cache for all DashboardStats widgets
Cache::rememberForever('stats.collections', function () {
Expand Down

0 comments on commit ad22b40

Please sign in to comment.