mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
DirectorDb: ConfigurationError has been missing
This commit is contained in:
parent
c5375c968b
commit
56c5ac0846
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Controller\Extension;
|
namespace Icinga\Module\Director\Web\Controller\Extension;
|
||||||
|
|
||||||
|
use Icinga\Exception\ConfigurationError;
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
|
|
||||||
trait DirectorDb
|
trait DirectorDb
|
||||||
@ -10,7 +11,7 @@ trait DirectorDb
|
|||||||
private $db;
|
private $db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws \Icinga\Exception\ConfigurationError
|
* @throws ConfigurationError
|
||||||
*
|
*
|
||||||
* @return Db
|
* @return Db
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user