Skip to content

Commit 9902fed

Browse files
committed
Rename generated Middleware
This makes editor autocompletion more friendly, as before there would be two classes that would be called Inertia otherwise.
1 parent f3cc6ba commit 9902fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/CreateMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CreateMiddleware extends GeneratorCommand
1111
*
1212
* @var string
1313
*/
14-
protected $signature = 'inertia:middleware {name=Inertia : Name of the Middleware that should be created}';
14+
protected $signature = 'inertia:middleware {name=HandleInertiaRequests : Name of the Middleware that should be created}';
1515

1616
/**
1717
* The console command description.

0 commit comments

Comments
 (0)