Skip to content

Commit

Permalink
Add some basic solutions for runnable solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jun 12, 2024
1 parent 31f7bc8 commit 1370ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Solutions/Laravel/GenerateAppKeySolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getRunButtonText(): string

public function getSolutionDescription(): string
{
return '';
return $this->getSolutionActionDescription();
}

public function getRunParameters(): array
Expand Down
2 changes: 1 addition & 1 deletion src/Solutions/Laravel/MakeViewVariableOptionalSolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getRunButtonText(): string

public function getSolutionDescription(): string
{
return '';
return $this->getSolutionActionDescription();
}

public function getRunParameters(): array
Expand Down

0 comments on commit 1370ac0

Please sign in to comment.