hootlex / laravel-friendships

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

PHP 7.2 count() Issue #120

Open SimonePellecchia opened 5 years ago

SimonePellecchia commented 5 years ago

Hi, there are some problem with this library after updating to php 7.2. It doesn't support count() to check empty params. "count(): Parameter must be an array or an object that implements Countable"

pburel commented 5 years ago

@count() could solve

SimonePellecchia commented 5 years ago

Bu is not much elegant :) Happy 2019