Skip to content

Commit 79fe9e3

Browse files
authored
Update UpdateCommand.php
1 parent 8ef12fb commit 79fe9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Illuminate\Console\Command;
88
use Symfony\Component\Console\Attribute\AsCommand;
99

10-
#[AsCommand('boost:update', 'Updates Laravel Boost guidelines to the latest version')]
10+
#[AsCommand('boost:update', 'Update the Laravel Boost guidelines to the latest guidance')]
1111
class UpdateCommand extends Command
1212
{
1313
public function handle(): void

0 commit comments

Comments
 (0)