| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | public function boot() |
||
| 30 | { |
||
| 31 | Fortify::createUsersUsing(CreateNewUser::class); |
||
| 32 | Fortify::updateUserProfileInformationUsing(UpdateUserProfileInformation::class); |
||
| 33 | Fortify::updateUserPasswordsUsing(UpdateUserPassword::class); |
||
| 34 | Fortify::resetUserPasswordsUsing(ResetUserPassword::class); |
||
| 35 | } |
||
| 37 |