Skip to content

Commit

Permalink
fixup! 🔧 update phpstan and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Dec 24, 2024
1 parent 0639540 commit 42e5ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auditable.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ protected function runResolvers(): array
return $resolved;
}

public function preloadResolverData()
public function preloadResolverData(): self
{
$this->preloadedResolverData = $this->runResolvers();

Expand Down

0 comments on commit 42e5ed0

Please sign in to comment.