We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0dd6d commit acdbe32Copy full SHA for acdbe32
src/Traits/Follower.php
@@ -117,7 +117,7 @@ public function notApprovedFollowings(): HasMany
117
return $this->followings()->notAccepted();
118
}
119
120
- public function attachFollowStatus($followables, callable $resolver = null)
+ public function attachFollowStatus($followables, ?callable $resolver = null)
121
{
122
$returnFirst = false;
123
0 commit comments