Skip to content

Commit c34f8ea

Browse files
authored
Merge pull request #1082 from humanmade/backport-1079-to-v24-branch
[Backport v24-branch] Correct PHP example
2 parents 3bd77bd + a626f92 commit c34f8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdn/purge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In some situations you may need to invalidate specific URLs on the CDN. You can
55
using `Altis\Cloud\purge_cdn_paths()` helper function.
66

77
```php
8-
use Altis\Cloud\purge_cdn_paths;
8+
use function Altis\Cloud\purge_cdn_paths;
99

1010
purge_cdn_paths( [
1111
'/sample-page/*',

0 commit comments

Comments
 (0)