cesargb / laravel-magiclink

Create link for authenticate in Laravel without password or get private content
MIT License
347 stars 42 forks source link

fixes issue #72 - use static instead of self in MagicLink class #73

Closed savander closed 1 year ago

savander commented 1 year ago

Lessens restriction in extension MagicLink model by introducing-back static instead of self keyword.

It should not break anything in other people's code, since it just adds a few additional capabilities to modify the base class.

fixes #72