Skip to content

Commit

Permalink
Merge pull request #99 from leafsphp/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
mychidarko authored Dec 4, 2024
2 parents fec1dda + ba63ccd commit afcd33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const nav: DefaultTheme.NavItem[] = [
items: [
{
text: 'Hana JS',
link: 'https://hanajs.dev',
link: 'https://hana.leafphp.dev',
},
{
text: 'Naytive',
Expand Down
2 changes: 1 addition & 1 deletion src/docs/routing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can then redirect to this route using the route name by passing an array wit
response()->redirect(['home']);
```

If you want to get details about a route, you can use the `getRoute()` method.
If you want to get details about a route using its name, you can use the `route()` method.

```php:no-line-numbers
$route = app()->route($routeName);
Expand Down

0 comments on commit afcd33b

Please sign in to comment.