Skip to content

Commit e3c72c3

Browse files
committed
fix: route stub
1 parent e44c344 commit e3c72c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/stubs/routes/api.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use $PLUGIN_NAMESPACE$\$STUDLY_NAME$\Http\Controllers\SettingController;
2121
|
2222
*/
2323

24-
// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group([], function() {
24+
// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group(function() {
2525
// Route::get('/', [SettingController::class, 'index'])->name('index');
2626

2727
// Route::middleware('auth:api')->get('auth', function (Request $request) {

0 commit comments

Comments
 (0)