Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c28f56f8 authored by Akhil's avatar Akhil
Browse files

fix getLastStatusCode

parent 828f0f33
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ class CurlService {
	 */

	public function getLastStatusCode() : int {
		return $this->getLastStatusCode;
		return $this->lastStatusCode;
	}