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 f3cc6ba commit 9902fedCopy full SHA for 9902fed
src/Console/CreateMiddleware.php
@@ -11,7 +11,7 @@ class CreateMiddleware extends GeneratorCommand
11
*
12
* @var string
13
*/
14
- protected $signature = 'inertia:middleware {name=Inertia : Name of the Middleware that should be created}';
+ protected $signature = 'inertia:middleware {name=HandleInertiaRequests : Name of the Middleware that should be created}';
15
16
/**
17
* The console command description.
0 commit comments