Fixed pricing breakdown cache not being refreshed

This commit is contained in:
cp6 2023-09-14 23:38:46 +10:00
parent e48678130a
commit b2595fc920

View File

@ -182,6 +182,7 @@ class Server extends Model
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