Removed warnings

This commit is contained in:
Laurent Destailleur 2016-05-29 11:26:05 +02:00
parent 0b6bda910b
commit d8c6ae0b17
3 changed files with 0 additions and 4 deletions

View File

@ -43,7 +43,6 @@ if (empty($conf->global->MAIN_MODULE_API))
exit; exit;
} }
use \Luracast\Restler\Defaults;
$api = new DolibarrApi($db); $api = new DolibarrApi($db);

View File

@ -15,9 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
use Luracast\Restler\Restler;
use Luracast\Restler\RestException; use Luracast\Restler\RestException;
use Luracast\Restler\Defaults;
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php'; require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
require_once DOL_DOCUMENT_ROOT.'/api/class/api.class.php'; require_once DOL_DOCUMENT_ROOT.'/api/class/api.class.php';

View File

@ -55,7 +55,6 @@ if (empty($conf->global->MAIN_MODULE_API))
exit; exit;
} }
use \Luracast\Restler\Defaults;
$api = new DolibarrApi($db); $api = new DolibarrApi($db);