Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Nov 24, 2021
1 parent 31cac72 commit 44aafbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Relationships.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function requestedRelationshipsCache(): ?Collection
/**
* @internal
*/
private function includable(): static
private function includable(): self
{
return $this;
}
Expand Down

0 comments on commit 44aafbf

Please sign in to comment.