mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 11:26:55 +01:00
chore: Move repository interface to domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace SP\Infrastructure\Account\Repositories;
|
||||
|
||||
namespace SP\Domain\Account\Repositories;
|
||||
|
||||
use Aura\SqlQuery\Common\SelectInterface;
|
||||
use SP\Domain\Account\Search\AccountSearchFilter;
|
||||
@@ -39,6 +39,7 @@ use SP\Domain\Account\AccountToFavoriteServiceInterface;
|
||||
use SP\Domain\Account\In\AccountToTagRepositoryInterface;
|
||||
use SP\Domain\Account\In\AccountToUserGroupRepositoryInterface;
|
||||
use SP\Domain\Account\In\AccountToUserRepositoryInterface;
|
||||
use SP\Domain\Account\Repositories\AccountSearchRepositoryInterface;
|
||||
use SP\Domain\Account\Search\AccountSearchConstants;
|
||||
use SP\Domain\Account\Search\AccountSearchFilter;
|
||||
use SP\Domain\Account\Search\AccountSearchTokenizer;
|
||||
@@ -46,7 +47,6 @@ use SP\Domain\Common\Services\Service;
|
||||
use SP\Domain\Config\In\ConfigDataInterface;
|
||||
use SP\Domain\User\UserGroupServiceInterface;
|
||||
use SP\Domain\User\UserServiceInterface;
|
||||
use SP\Infrastructure\Account\Repositories\AccountSearchRepositoryInterface;
|
||||
use SP\Infrastructure\Database\QueryResult;
|
||||
use SP\Infrastructure\File\FileCache;
|
||||
use SP\Infrastructure\File\FileCacheInterface;
|
||||
|
||||
@@ -30,6 +30,7 @@ use Aura\SqlQuery\QueryFactory;
|
||||
use SP\Core\Context\ContextInterface;
|
||||
use SP\Core\Events\EventDispatcherInterface;
|
||||
use SP\DataModel\AccountSearchVData;
|
||||
use SP\Domain\Account\Repositories\AccountSearchRepositoryInterface;
|
||||
use SP\Domain\Account\Search\AccountSearchConstants;
|
||||
use SP\Domain\Account\Search\AccountSearchFilter;
|
||||
use SP\Domain\Account\Services\AccountFilterUserInterface;
|
||||
|
||||
Reference in New Issue
Block a user