Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 14, 2020
1 parent b1b76bc commit 60e9c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@ public function canSolve(Throwable $throwable): bool

public function getSolutions(Throwable $throwable): array
{
return [new LivewireDiscoverSolution('A livewire component was not found')];
return [new LivewireDiscoverSolution('A Livewire component was not found')];
}

public function livewireIsInstalled(): bool
Expand Down
2 changes: 1 addition & 1 deletion src/Solutions/LivewireDiscoverSolution.php
Expand Up @@ -43,7 +43,7 @@ public function getSolutionActionDescription(): string

public function getRunButtonText(): string
{
return 'Run livewire components discover';
return 'Run livewire:discover';
}

public function run(array $parameters = [])
Expand Down

0 comments on commit 60e9c1b

Please sign in to comment.