We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44c344 commit e3c72c3Copy full SHA for e3c72c3
src/Commands/stubs/routes/api.stub
@@ -21,7 +21,7 @@ use $PLUGIN_NAMESPACE$\$STUDLY_NAME$\Http\Controllers\SettingController;
21
|
22
*/
23
24
-// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group([], function() {
+// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group(function() {
25
// Route::get('/', [SettingController::class, 'index'])->name('index');
26
27
// Route::middleware('auth:api')->get('auth', function (Request $request) {
0 commit comments