Merge pull request #10489 from frederic34/patch-18

$this->get($id) return array not int
This commit is contained in:
Laurent Destailleur
2019-02-03 19:03:42 +01:00
committed by GitHub

View File

@@ -197,7 +197,9 @@ class Users extends DolibarrApi
*
* @param int $id Id of account to update
* @param array $request_data Datas
* @return int
* @return array
*
* @throws RestException
*/
function put($id, $request_data = null)
{