mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
DirectorDatalistEntry: fix Exception namespace
This removes an unused dependency on ext-http refs #2054
This commit is contained in:
parent
de993f4f16
commit
0c2ba62c0b
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Objects;
|
namespace Icinga\Module\Director\Objects;
|
||||||
|
|
||||||
use http\Exception\RuntimeException;
|
|
||||||
use Icinga\Module\Director\Data\Db\DbObject;
|
use Icinga\Module\Director\Data\Db\DbObject;
|
||||||
|
use RuntimeException;
|
||||||
|
|
||||||
class DirectorDatalistEntry extends DbObject
|
class DirectorDatalistEntry extends DbObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user