Skip to content

Commit eaad803

Browse files
authored
Merge pull request #201 from captenmasin/5.x
2 parents 4e0dd6d + acdbe32 commit eaad803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Follower.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function notApprovedFollowings(): HasMany
117117
return $this->followings()->notAccepted();
118118
}
119119

120-
public function attachFollowStatus($followables, callable $resolver = null)
120+
public function attachFollowStatus($followables, ?callable $resolver = null)
121121
{
122122
$returnFirst = false;
123123

0 commit comments

Comments
 (0)