Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bosunski
Copy link

@bosunski bosunski commented Oct 5, 2019

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
Copy link

cendekia commented Dec 6, 2019

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

Copy link

@MaxKosenko MaxKosenko left a comment

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
Copy link

buibr commented Jun 2, 2020

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