laravel-settings icon indicating copy to clipboard operation
laravel-settings copied to clipboard

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

Open bosunski opened this issue 4 years ago • 2 comments

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.

bosunski avatar Oct 05 '19 09:10 bosunski

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

cendekia avatar Dec 06 '19 10:12 cendekia

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

buibr avatar Jun 02 '20 23:06 buibr