Code comment

This commit is contained in:
Laurent Destailleur 2018-08-02 17:51:04 +02:00
parent 894f484de8
commit 17ed19503c

View File

@ -65,6 +65,8 @@ class DolibarrApi
$this->r->setBaseUrls($urlwithouturlroot, $urlwithouturlrootautodetect);
$this->r->setAPIVersion(1);
//$this->r->setSupportedFormats('json');
//$this->r->setSupportedFormats('jsonFormat');
}
/**