Skip to content

Commit

Permalink
apply code style (pint)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 24, 2024
1 parent 4a0402c commit 0c834d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Facades/Qr.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ public static function getDefaultOptions(): array
];
}

public static function getFormSchema(string $statePath,
public static function getFormSchema(
string $statePath,
string $optionsStatePath,
?string $defaultUrl = 'https://',
bool $showUrl = true): array
{
bool $showUrl = true
): array {
return [
TextInput::make($statePath)
->visible($showUrl) // todo for helen
Expand Down

0 comments on commit 0c834d3

Please sign in to comment.