grosv / laravel-passwordless-login

A simple, safe magic login link generator for Laravel
841 stars 60 forks source link

Benefit from automatic injection in Laravel #88

Open szepeviktor opened 2 years ago

szepeviktor commented 2 years ago

I think using automatic injection in the constructor instead of global helper functions improves this package. https://laravel.com/docs/9.x/container#automatic-injection

@grosv What do you think?