This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
Add support for Laravel 6+
The package currently uses array_only
which has been removed in favour of Arr::only()
. This PR makes this switch to allow the package to work with Laravel 6+ whilst maintaining backwards compatibility.