Skip to content

Commit a7f18b3

Browse files
authored
Remove enterprise account limitations comments
1 parent 9d29e8f commit a7f18b3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/ProxyClient/Cloudflare.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public function __construct(
6767
/**
6868
* {@inheritdoc}
6969
*
70-
* Tag invalidation only available with Cloudflare enterprise account
71-
*
7270
* @see https://api.cloudflare.com/#zone-purge-files-by-cache-tags,-host-or-prefix
7371
*/
7472
public function invalidateTags(array $tags): static
@@ -91,8 +89,6 @@ public function invalidateTags(array $tags): static
9189
/**
9290
* {@inheritdoc}
9391
*
94-
* URL prefix only available with Cloudflare enterprise plans.
95-
*
9692
* The prefixes need to include the domain name, but not the protocol, e.g. "www.example.com/path"
9793
*
9894
* @see https://developers.cloudflare.com/api/resources/cache/methods/purge/

0 commit comments

Comments
 (0)