Skip to content

Commit

Permalink
fix: removed cache flush from the coconut cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Oct 9, 2024
1 parent 3ebdecc commit fa75c27
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 fa75c27

Please sign in to comment.