Skip to content

Commit

Permalink
Fixed pricing breakdown cache not being refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
cp6 committed Sep 14, 2023
1 parent e486781 commit b2595fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public static function serverRelatedCacheForget(): void
Cache::forget('all_pricing');//All pricing
Cache::forget('services_count_all');
Cache::forget('pricing_breakdown');
Cache::forget('all_active_pricing');
}

public static function serverSpecificCacheForget(string $server_id): void
Expand Down

0 comments on commit b2595fc

Please sign in to comment.