statamic / seo-pro

An all-in-one site reporting, metadata wrangling, Open Graph managing, Twitter card making, sitemap generating, turn-key addon for Statamic.
https://statamic.com/addons/statamic/seo-pro
52 stars 33 forks source link

Remove array_get helper #322

Closed ryanmitchell closed 2 months ago

ryanmitchell commented 3 months ago

I'm testing a few sites on 5.x and array_get is no longer available due to dropping the Laravel helpers.

This PR replaces any usages with Arr::get()

jesseleite commented 2 months ago

Thanks!