diff --git a/routing.md b/routing.md index a0c7ef3320..8ebfd45c95 100644 --- a/routing.md +++ b/routing.md @@ -462,7 +462,7 @@ Route::get('/user/{id}/profile', function (string $id) { $url = route('profile', ['id' => 1, 'photos' => 'yes']); -// /user/1/profile?photos=yes +// http://example.com/user/1/profile?photos=yes ``` > [!NOTE]