api-tester icon indicating copy to clipboard operation
api-tester copied to clipboard

Fix undefined action "array_get" for Laravel 6+

Open coziboy opened this issue 3 years ago • 0 comments

Since Laravel 6+ all array_ helpers have been moved to the new laravel/helpers. Use Illuminate\Support\Arr::get() instead of array_get() Issue: #15

coziboy avatar May 05 '21 02:05 coziboy