Skip to content

Commit 014ef3e

Browse files
[12.x] Documenting the Uri pathSegments() method (#10349)
* Documenting the Uri pathSegments() method * Update helpers.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent da16b49 commit 014ef3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,6 +3368,7 @@ $scheme = $uri->scheme();
33683368
$host = $uri->host();
33693369
$port = $uri->port();
33703370
$path = $uri->path();
3371+
$segments = $uri->pathSegments();
33713372
$query = $uri->query();
33723373
$fragment = $uri->fragment();
33733374
```

0 commit comments

Comments
 (0)