Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Use Arr::get instead of the deprecated array_get #23

Merged
merged 1 commit into from
Jan 6, 2020
Merged

Use Arr::get instead of the deprecated array_get #23

merged 1 commit into from
Jan 6, 2020

Conversation

martindilling
Copy link
Contributor

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.

#22

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.
@calebporzio calebporzio merged commit 1cee985 into calebporzio:master Jan 6, 2020
@calebporzio
Copy link
Owner

Thanks!

@martindilling martindilling deleted the patch-1 branch January 15, 2020 07:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants