Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Add support for Laravel 6+

Compare
Choose a tag to compare
@samturrell samturrell released this 05 Jun 18:30
· 2 commits to master since this release
bede1a4

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.