laravel-admin-extensions / redis-manager

Redis manager for laravel-admin
http://laravel-admin.org/
MIT License
103 stars 47 forks source link

replace deprecated functions #30

Closed zhaojjiang closed 5 months ago

zhaojjiang commented 3 years ago

functions array_get() and array_has() have been deprecated since Laravel 6.0, so replace them with Illuminate\Support\Arr::get() and Illuminate\Support\Arr::has(), both the two new functions were found in Laravel 5.*