mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #10489 from frederic34/patch-18
$this->get($id) return array not int
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user