dao: Correct return type doc for getLoadBalancer()
authorDerick Alangi <alangiderick@gmail.com>
Thu, 11 Apr 2019 22:03:57 +0000 (23:03 +0100)
committerD3r1ck01 <xsavitar.wiki@aol.com>
Thu, 11 Apr 2019 22:24:43 +0000 (22:24 +0000)
commite1f5364f562d729a5f33eb9bbc85c6ad0f049361
tree798d1ee58ece7925926dbf28d2912edd1bc8021e
parent5e45f7444f55a4277e4875d16e5323475fb48604
dao: Correct return type doc for getLoadBalancer()

This method creates a load balancer object using services and calls
getMainLB() which returns an instance of ILoadBalancer and not an
instance of LoadBalancer, hence, getLoadBalancer() should return an
instance of ILoadBalancer instead.

Change-Id: I8859f293985d256d02ddc6f90e2aea813ebfc955
includes/dao/DBAccessBase.php