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 0591056 commit 6a7fb84Copy full SHA for 6a7fb84
src/Console/UpdateCommand.php
@@ -7,7 +7,7 @@
7
use Illuminate\Console\Command;
8
use Symfony\Component\Console\Attribute\AsCommand;
9
10
-#[AsCommand('boost:update', 'Updates Laravel Boost Guidelines to the latest version.')]
+#[AsCommand('boost:update', 'Updates Laravel Boost guidelines to the latest version')]
11
class UpdateCommand extends Command
12
{
13
public function handle(): void
@@ -16,6 +16,6 @@ public function handle(): void
16
'--no-interaction' => true,
17
]);
18
19
- $this->components->info('Boost Guidelines have been updated successfully.');
+ $this->components->info('Boost guidelines updated successfully.');
20
}
21
0 commit comments