martin-c91 / laratwit

1 stars 0 forks source link

Whoops, typo in my pull request #11

Closed Lelectrolux closed 6 years ago

Lelectrolux commented 6 years ago

Should be $users not $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.

martin-c91 commented 6 years ago

Cool thanks.