cesargb / laravel-magiclink

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

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

Closed savander closed 2 years ago

savander commented 2 years 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