Skip to content

Commit 2372262

Browse files
committed
docs: update example with named params
1 parent c41e654 commit 2372262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/signed-urls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ $options = [
5050
];
5151

5252
$blurredImage = ImageTransformUrl::signedUrl(
53-
'example.jpg',
54-
$options,
55-
'protected'
53+
path: 'example.jpg',
54+
options: $options,
55+
pathPrefix: 'protected'
5656
);
5757
```
5858

0 commit comments

Comments
 (0)