Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwikala committed Dec 3, 2023
1 parent cf9e724 commit 624842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasSqids.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

trait HasSqids
{
protected function initializeHasSqids()
protected function initializeHasSqids(): void
{
$this->append(['sqid']);
}
Expand Down

0 comments on commit 624842e

Please sign in to comment.