Update: 2026-05-16 00:04:29

This commit is contained in:
Hamza-Ayed
2026-05-16 00:04:30 +03:00
parent 2d81aa2fb0
commit bddee7ca2d
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ final class QuotaMiddleware
$stmt->execute([$tenantId]);
// Invalidate cache
Cache::forget("quota_sub_{$tenantId}");
Cache::delete("quota_sub_{$tenantId}");
}
/**