Hello, Thank you for this package .
I have noticed when i add this package to the latest Laravel version (5.7) i get error when i try to register new user ,
php call_user_func() expects parameter 1 to be a valid callback, no array or string given
i track down the error to the keyresolver in the URL generator of laravel , the keyresolver always return null that what cause the issue .
Hello, Thank you for this package . I have noticed when i add this package to the latest Laravel version (5.7) i get error when i try to register new user ,
php call_user_func() expects parameter 1 to be a valid callback, no array or string given
i track down the error to the keyresolver in the URL generator of laravel , the keyresolver always return null that what cause the issue .