App\Http\Controllers\Auth\PasswordController::__construct PHP Method

__construct() public method

Create a new password controller instance.
public __construct ( )
    public function __construct()
    {
        $this->middleware('guest');
    }
PasswordController