Skip to content

Commit e2db3bb

Browse files
committed
chore: update README.md
1 parent f5245f9 commit e2db3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here, you can define what you want to collect from the 'Illuminate\Routing\Route
8282
Go to your 'routes/web.php', and add the `menu('Menu Label', 'Group Label')` function to your route:
8383

8484
```php
85-
Route::get('index', \[DashboardController::class, 'index'])
85+
Route::get('index', [DashboardController::class, 'index'])
8686
->name('index')
8787
->menu('Dashboard');
8888
```

0 commit comments

Comments
 (0)