Skip to content

Commit 89a9e2a

Browse files
authored
minor:tweaks (#48138)
1 parent 54421e4 commit 89a9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/GeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ protected function promptForMissingArgumentsUsing()
498498
'Factory' => 'E.g. PostFactory',
499499
'Job' => 'E.g. ProcessPodcast',
500500
'Listener' => 'E.g. SendPodcastNotification',
501-
'Mail' => 'E.g. OrderShipped',
501+
'Mailable' => 'E.g. OrderShipped',
502502
'Middleware' => 'E.g. EnsureTokenIsValid',
503503
'Model' => 'E.g. Flight',
504504
'Notification' => 'E.g. InvoicePaid',

0 commit comments

Comments
 (0)