Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Hubbard committed Oct 14, 2020
1 parent 92d0bda commit 6094eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 6094eb1

Please sign in to comment.