Skip to content

Commit 56eae15

Browse files
committed
Updated Route prefix
1 parent 961329e commit 56eae15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallMenuBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function handle(Filesystem $filesystem)
8282
if (false === strpos($routes_contents, 'MenuBuilder::routes();')) {
8383
$filesystem->append(
8484
base_path('routes/web.php'),
85-
"\n\nRoute::group(['prefix' => config('menu.prefix')], function () {\n MenuBuilder::routes();\n});\n"
85+
"\n\nMenuBuilder::routes();\n"
8686
);
8787
}
8888

0 commit comments

Comments
 (0)