shalvah / pusher-chatkit-laravel

Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
22 stars 6 forks source link

Fix laravel 6 incompatibility #8

Closed artem-ibn-alik closed 4 years ago

artem-ibn-alik commented 4 years ago

Laravel 6 does not have array_only helper. The static method \Illuminate\Support\Arr::only should be used instead.