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
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.