Renamed domain RequestManagement to Request

This commit is contained in:
Kevin Frantz
2019-05-30 16:52:02 +02:00
parent 9af7f47b85
commit b8029bb7cc
75 changed files with 149 additions and 149 deletions

View File

@@ -5,7 +5,7 @@ namespace Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase;
use Infinito\Attribut\RequestedEntityAttribut;
use Infinito\Attribut\RequestedEntityAttributInterface;
use Infinito\Domain\RequestManagement\Entity\RequestedEntityInterface;
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
/**
* @author kevinfrantz

View File

@@ -3,7 +3,7 @@
namespace Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase;
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
use Infinito\Domain\Request\Right\RequestedRightInterface;
use Infinito\Attribut\RequestedRightAttributInterface;
use Infinito\Attribut\RequestedRightAttribut;