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.
2 parents fd18ad3 + fca9b2c commit b7d6c87Copy full SHA for b7d6c87
src/Followable.php
@@ -81,7 +81,7 @@ public function acceptFollowRequestFrom($user)
81
/**
82
* @param \Illuminate\Database\Eloquent\Model|int $user
83
*/
84
- public function hasRequestedToFollow(Model $user): bool
+ public function hasRequestedToFollow($user): bool
85
{
86
if ($user instanceof Model) {
87
$user = $user->getKey();
0 commit comments