Closed Lelectrolux closed 6 years ago
Should be $users not $user.
$users
$user
return $this->followings()->whereIn('user_id', $users)->exists();
TBH I free coded all pull requests from inside github, so I had no autocomplete/syntax higlighting/help from an IDE.
Expect 1 or 2 typos, sry.
Cool thanks.
Should be
$users
not$user
.TBH I free coded all pull requests from inside github, so I had no autocomplete/syntax higlighting/help from an IDE.
Expect 1 or 2 typos, sry.