| 1 | <?php namespace Anomaly\UsersModule\User\Validation; |
||
| 14 | class ValidateCurrentPassword |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Handle the validation. |
||
| 19 | * |
||
| 20 | * @param UserAuthenticator $authenticator |
||
| 21 | * @param ChangePasswordFormBuilder $builder |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public function handle(Guard $guard, UserAuthenticator $authenticator, ChangePasswordFormBuilder $builder) |
||
| 37 | } |
||
| 38 |