Skip to content

Removed deprecated array_get and used Arr::get() in in Setting.php#15

Open
bosunski wants to merge 1 commit into
UniSharp:masterfrom
bosunski:master
Open

Removed deprecated array_get and used Arr::get() in in Setting.php#15
bosunski wants to merge 1 commit into
UniSharp:masterfrom
bosunski:master

Conversation

@bosunski

@bosunski bosunski commented Oct 5, 2019

Copy link
Copy Markdown

Summary of Change

The use of array_get results in undefined function in Laravel 6 because of the deprecated (now removed) array_* functions in Laravel 6.

I replaced array_get with Arr::get to make this work.

@cendekia

cendekia commented Dec 6, 2019

Copy link
Copy Markdown

merge this please, my laravel nova package is dependent on this awesome package
Thank you

@MaxKosenko MaxKosenko left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, I think it would be nice if all mentions for deprecated helpers should be updated.
Please take a look into:
line 241: Arr::set
line 252: Arr::forget

@buibr

buibr commented Jun 2, 2020

Copy link
Copy Markdown

You need to merge this pr is not working on 7.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants