Framework\Http\Controllers\Auth\ResetPasswordController::__construct PHP Method

__construct() public method

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