2
0
forked from Wavyzz/dolibarr

Fix phpcs

This commit is contained in:
Laurent Destailleur
2019-10-31 21:18:38 +01:00
parent c215d534fc
commit a1700e71be
3 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ class MyModuleApi extends DolibarrApi
throw new RestException(500, 'Error when deleting MyObject : '.$this->myobject->error);
}
return array(
return array(
'success' => array(
'code' => 200,
'message' => 'MyObject deleted'