Renamed domain FixtureManagement to Fixture

This commit is contained in:
Kevin Frantz
2019-05-30 16:10:09 +02:00
parent 1e166cf199
commit 8307016460
29 changed files with 54 additions and 54 deletions

View File

@@ -4,7 +4,7 @@ namespace Infinito\Controller;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\HttpFoundation\Response;
use Infinito\Domain\FixtureManagement\FixtureSource\HomepageFixtureSource;
use Infinito\Domain\Fixture\FixtureSource\HomepageFixtureSource;
use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\DBAL\Types\RESTResponseType;