mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain SecureManagement to Secure
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
@@ -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
|
Reference in New Issue
Block a user