| Current Path : /var/www/html/eva.sumar.com.py/vendor/laravel/fortify/src/Contracts/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/laravel/fortify/src/Contracts/ResetsUserPasswords.php |
<?php
namespace Laravel\Fortify\Contracts;
interface ResetsUserPasswords
{
/**
* Validate and reset the user's forgotten password.
*
* @param mixed $user
* @param array $input
* @return void
*/
public function reset($user, array $input);
}