Skip to content

Commit b8a8bf8

Browse files
authored
Merge pull request #1 from bdanchilla/upgrade-route-getpath
use uri() instead of getPath() for Route
2 parents c80cdeb + 43291d7 commit b8a8bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ The `getMethods` method of the `Illuminate\Routing\Route` class has been removed
353353

354354
The `getParameter` method of the `Illuminate\Routing\Route` class has been removed. You should use the `parameter` method instead.
355355

356+
The `getPath` method of the `Illuminate\Routing\Route` class has been removed. You should use the `uri` method instead.
357+
356358
### Sessions
357359

358360
#### Symfony Compatibility

0 commit comments

Comments
 (0)