Framework\Http\Controllers\Auth\ResetPasswordController::__construct PHP Méthode

__construct() public méthode

Create a new controller instance.
public __construct ( ) : void
Résultat void
    public function __construct()
    {
        $this->middleware('guest');
    }
ResetPasswordController