swisnl / json-api-server

Set up a JSON API in Laravel in just a few minutes.
MIT License
105 stars 19 forks source link

PHP 7.2 count bug #20

Closed bondas83 closed 6 years ago

bondas83 commented 6 years ago

Warning: count(): Parameter must be an array or an object that implements Countable in file BaseApiResource.php on line 168

need extra check in this line: $data instanceof Countable

bbrala commented 6 years ago

Hi, thanks you for your issue and pull request. I'll make sure to look at it soon :)