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

Update AttemptProtected.php #16

Closed onurcanalp closed 9 months ago

onurcanalp commented 9 months ago

table name fixed

yordadev commented 9 months ago

This is a good fix, thank you.

https://github.com/YorCreative/Laravel-UrlShortener/blob/220753e1e648bd7e817560cd99d054bfc0448cbe/src/Utility/Migrations/2022_08_03_193744_create_short_urls_table.php#L16

&&

https://github.com/YorCreative/Laravel-UrlShortener/blob/220753e1e648bd7e817560cd99d054bfc0448cbe/src/Models/ShortUrl.php#L23