This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Arr::get
instead of the deprecated array_get
In Laravel 6 the array_* helpers has been removed from the core framework (https://laravel.com/docs/6.x/upgrade#helpers) So changed it to use the `Illuminate\Support\Arr` class instead, and that is also the same in previous versions.
- Loading branch information