Move concrete UserGroupBackend classes to Icinga\Authentication\UserGroup

refs #8826
This commit is contained in:
Johannes Meyer 2015-04-21 12:38:57 +02:00
parent 8058eb0215
commit b51ce9c7ab
3 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Authentication\Backend;
namespace Icinga\Authentication\UserGroup;
use Icinga\Authentication\UserGroup\UserGroupBackend;
use Icinga\Data\Db\DbConnection;
use Icinga\User;

View File

@ -1,10 +1,9 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Authentication\Backend;
namespace Icinga\Authentication\UserGroup;
use Icinga\Application\Config;
use Icinga\Authentication\UserGroup\UserGroupBackend;
use Icinga\Exception\ConfigurationError;
use Icinga\User;
use Icinga\Util\String;

View File

@ -3,8 +3,6 @@
namespace Icinga\Authentication\UserGroup;
use Icinga\Authentication\Backend\DbUserGroupBackend;
use Icinga\Authentication\Backend\IniUserGroupBackend;
use Icinga\Data\ConfigObject;
use Icinga\Data\ResourceFactory;
use Icinga\Exception\ConfigurationError;