Skip to content

Commit

Permalink
Optimized telescope:install
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 12, 2024
1 parent 7c3d244 commit 2c64a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class InstallCommand extends Command
{
protected ?string $signature = 'telescope:install --driver=database';
protected ?string $signature = 'telescope:install {--driver=database : The storage driver, database or elasticsearch}';

public function handle()
{
Expand Down

0 comments on commit 2c64a29

Please sign in to comment.