Skip to content

Commit 6a7fb84

Browse files
authored
Update UpdateCommand.php
1 parent 0591056 commit 6a7fb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/UpdateCommand.php

Lines changed: 2 additions & 2 deletions
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', 'Updates Laravel Boost guidelines to the latest version')]
1111
class UpdateCommand extends Command
1212
{
1313
public function handle(): void
@@ -16,6 +16,6 @@ public function handle(): void
1616
'--no-interaction' => true,
1717
]);
1818

19-
$this->components->info('Boost Guidelines have been updated successfully.');
19+
$this->components->info('Boost guidelines updated successfully.');
2020
}
2121
}

0 commit comments

Comments
 (0)