mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
namespace tests\Unit\Domain\RightManagement;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Domain\RightManagement\RightLayerCombinationServiceInterface;
|
||||
use App\Domain\RightManagement\RightLayerCombinationService;
|
||||
use App\DBAL\Types\Meta\Right\CRUDType;
|
||||
use App\DBAL\Types\Meta\Right\LayerType;
|
||||
use Infinito\Domain\RightManagement\RightLayerCombinationServiceInterface;
|
||||
use Infinito\Domain\RightManagement\RightLayerCombinationService;
|
||||
use Infinito\DBAL\Types\Meta\Right\CRUDType;
|
||||
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user