Renamed domain SecureManagement to Secure

This commit is contained in:
Kevin Frantz
2019-05-30 16:57:55 +02:00
parent e9110622db
commit cf8eace690
13 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ use Infinito\Domain\Request\Entity\RequestedEntityService;
use Infinito\Entity\Source\PureSource;
use Infinito\Attribut\ClassAttributInterface;
use Infinito\Domain\Repository\LayerRepositoryFactoryService;
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerService;
use Infinito\Domain\Secure\SecureRequestedRightCheckerService;
use Infinito\Domain\Right\RightTransformerService;
/**

View File

@@ -1,6 +1,6 @@
<?php
namespace tests\Integration\Domain\SecureManagement;
namespace tests\Integration\Domain\Secure;
use Infinito\Entity\Source\AbstractSource;
use Infinito\DBAL\Types\Meta\Right\LayerType;
@@ -9,7 +9,7 @@ use Infinito\Entity\Meta\Right;
use Infinito\Domain\Request\Right\RequestedRight;
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
use Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface;
/**
* @author kevinfrantz