We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c63d861 + b03a58d commit a23ab7fCopy full SHA for a23ab7f
docs/cdn/purge.md
@@ -5,7 +5,7 @@ In some situations you may need to invalidate specific URLs on the CDN. You can
5
using `Altis\Cloud\purge_cdn_paths()` helper function.
6
7
```php
8
-use Altis\Cloud\purge_cdn_paths;
+use function Altis\Cloud\purge_cdn_paths;
9
10
purge_cdn_paths( [
11
'/sample-page/*',
0 commit comments