YorCreative / Laravel-UrlShortener

A Laravel URL Shortener package that provides URL redirects with optionally protected URL password, Hidden UTM parameter tracing, URL expiration, open limits before expiration, ability to set feature activation dates, and click tracking out of the box for your Laravel applications.
MIT License
109 stars 15 forks source link

Fix getLocationForm, throw error Cannot use object of type #18

Closed devlifeX closed 6 months ago

devlifeX commented 7 months ago

This method use Lcoation result, which is object not an Array and I got Cannot use object of type Stevebauman\Location\Position as array So change it.

yordadev commented 6 months ago

Thank you for your PR, this has been resolved and released in v2.1.2