Skip to content

Commit

Permalink
Merge pull request #201 from captenmasin/5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 31, 2024
2 parents 4e0dd6d + acdbe32 commit eaad803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Follower.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function notApprovedFollowings(): HasMany
return $this->followings()->notAccepted();
}

public function attachFollowStatus($followables, callable $resolver = null)
public function attachFollowStatus($followables, ?callable $resolver = null)
{
$returnFirst = false;

Expand Down

0 comments on commit eaad803

Please sign in to comment.