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 54421e4 commit 89a9e2aCopy full SHA for 89a9e2a
src/Illuminate/Console/GeneratorCommand.php
@@ -498,7 +498,7 @@ protected function promptForMissingArgumentsUsing()
498
'Factory' => 'E.g. PostFactory',
499
'Job' => 'E.g. ProcessPodcast',
500
'Listener' => 'E.g. SendPodcastNotification',
501
- 'Mail' => 'E.g. OrderShipped',
+ 'Mailable' => 'E.g. OrderShipped',
502
'Middleware' => 'E.g. EnsureTokenIsValid',
503
'Model' => 'E.g. Flight',
504
'Notification' => 'E.g. InvoicePaid',
0 commit comments