Skip to content

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