Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
restoring removed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hyahiaoui-ext committed Oct 21, 2022
1 parent a783e73 commit 3e35e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/class/centreon-clapi/centreonAPI.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@

namespace CentreonClapi;

use Security\Domain\Authentication\Exceptions\ProviderException;
use Security\Domain\Authentication\Model\LocalProvider;

require_once _CENTREON_PATH_ . "www/class/centreon-clapi/centreonExported.class.php";
require_once realpath(dirname(__FILE__) . "/../centreonDB.class.php");
require_once realpath(dirname(__FILE__) . "/../centreonXML.class.php");
Expand Down

0 comments on commit 3e35e23

Please sign in to comment.