Renamed domain SourceManagement to Source

This commit is contained in:
Kevin Frantz
2019-05-30 17:04:46 +02:00
parent cf8eace690
commit 8b4d9f2338
25 changed files with 55 additions and 55 deletions

View File

@@ -2,7 +2,7 @@
namespace Infinito\Domain\Action\Create;
use Infinito\Domain\SourceManagement\SourceClassInformationService;
use Infinito\Domain\Source\SourceClassInformationService;
use Infinito\Entity\Source\AbstractSource;
use Symfony\Component\Form\Form;
use Infinito\Domain\Parameter\Parameter\ClassParameter;