Renamed domain RepositoryManagement to Repository

This commit is contained in:
Kevin Frantz
2019-05-30 16:30:03 +02:00
parent aedcdc7af3
commit 78fd41420b
16 changed files with 21 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ namespace Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase;
use Infinito\Attribut\LayerRepositoryFactoryServiceAttributInterface;
use Infinito\Attribut\LayerRepositoryFactoryServiceAttribut;
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
/**
* @author kevinfrantz