hootlex / laravel-friendships

This package gives Eloquent models the ability to manage their friendships.
MIT License
706 stars 151 forks source link

Fix bug with whereGroup scope #112

Open tobz-nz opened 5 years ago

tobz-nz commented 5 years ago

Where if the group does not exist, the group query is ignored (all results are returned instead of none).