Skip to content

Commit

Permalink
Removed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 29, 2016
1 parent 0b6bda9 commit d8c6ae0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion htdocs/api/admin/explorer.php
Expand Up @@ -43,7 +43,6 @@
exit;
}

use \Luracast\Restler\Defaults;

$api = new DolibarrApi($db);

Expand Down
2 changes: 0 additions & 2 deletions htdocs/api/class/api_generic.class.php
Expand Up @@ -15,9 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

use Luracast\Restler\Restler;
use Luracast\Restler\RestException;
use Luracast\Restler\Defaults;

require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
require_once DOL_DOCUMENT_ROOT.'/api/class/api.class.php';
Expand Down
1 change: 0 additions & 1 deletion htdocs/api/index.php
Expand Up @@ -55,7 +55,6 @@
exit;
}

use \Luracast\Restler\Defaults;

$api = new DolibarrApi($db);

Expand Down

0 comments on commit d8c6ae0

Please sign in to comment.