Skip to content

Commit 44951ef

Browse files
committed
Removing unneeded var
1 parent 2ab2122 commit 44951ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Friendable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function getMutualFriendsCount($other)
353353
*
354354
* @return integer
355355
*/
356-
public function getPendingsCount($other)
356+
public function getPendingsCount()
357357
{
358358
return $this->getPendingFriendships()->count();
359359
}

0 commit comments

Comments
 (0)