Skip to content

Commit c5879b1

Browse files
committed
Fixed typo.
1 parent 890da9c commit c5879b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OdooClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function searchCount(
303303

304304
$this->response = $this->getXmlRpcClient(static::API_TYPE_OBJECT)->send($msg);
305305

306-
return $this->valueToNative();
306+
return $this->responseAsNative();
307307
}
308308

309309
/**

0 commit comments

Comments
 (0)