Skip to content

Commit

Permalink
feat(pint) commit pint linting
Browse files Browse the repository at this point in the history
  • Loading branch information
irineujunior authored and github-actions[bot] committed Nov 6, 2024
1 parent ed5ecf7 commit 87311e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/View/Components/Forms/Inputs/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public function __construct(
public array $options = [],
) {
$this->uuid = '-' . str(serialize($this))
->pipe('md5')
->limit(5, '')
->toString();
->pipe('md5')
->limit(5, '')
->toString();
}

public function render(): string|View
Expand Down

0 comments on commit 87311e9

Please sign in to comment.