Skip to content

Commit f5245f9

Browse files
committed
chore: change default populated data in config
1 parent f394408 commit f5245f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/laravel-menu-wrapper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
* ----------------------------------------------------------------------
1212
* Possible value: key, item
1313
*/
14-
'group_as' => 'key',
14+
'group_as' => 'item',
1515

1616
'populate_items' => function (Route $route) {
1717
return [
1818
'route_name' => $route->getName(),
19-
'uri' => $route->uri(),
20-
'method' => $route->getActionMethod(),
2119
];
2220
}
2321
];

0 commit comments

Comments
 (0)