mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 23:42:32 +01:00
Fixed pricing breakdown cache not being refreshed
This commit is contained in:
parent
e48678130a
commit
b2595fc920
@ -182,6 +182,7 @@ class Server extends Model
|
|||||||
Cache::forget('all_pricing');//All pricing
|
Cache::forget('all_pricing');//All pricing
|
||||||
Cache::forget('services_count_all');
|
Cache::forget('services_count_all');
|
||||||
Cache::forget('pricing_breakdown');
|
Cache::forget('pricing_breakdown');
|
||||||
|
Cache::forget('all_active_pricing');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function serverSpecificCacheForget(string $server_id): void
|
public static function serverSpecificCacheForget(string $server_id): void
|
||||||
|
Loading…
Reference in New Issue
Block a user