Version 2.5.1 of laravel-two-factor-authentication
Changed
- It is now possible to use a custom
User
model if you wish. Instead of specifying properties of theUser
model in the config file you now actually specify the model that should be used. This defaults to\App\User::class
. This is somewhat of a breaking change in that you will have to modify your published config file. See the updated config file for reference.