Skip to content

Commit f1cc770

Browse files
Update welcome command description text
1 parent 567ec4c commit f1cc770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Console/Commands/Welcome.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class Welcome extends Command
1010
{
1111
protected $signature = 'app:welcome';
1212

13-
protected $description = 'A introduction message on installation of the application';
13+
protected $description = 'Introduction message on installation of the starter kit';
1414

1515
public function handle(): void
1616
{

0 commit comments

Comments
 (0)