baklysystems / laravel-chat-messenger

A laravel Chat that is just like facebook chat
MIT License
13 stars 11 forks source link

count(): Parameter must be an array or an object that implements Countable #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Problem in here:

                <div class="panel-body">
                    <div class="messenger">
                        <?php if(count($messages) === 20): ?>
                            <div id="messages-preloader"></div>
                        <?php else: ?>

The version of PHP that i'm using is: PHP 7.2.5

elbakly commented 6 years ago

Fixed you can pull 1.7