Skip to content

Commit

Permalink
fix: renaming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Nov 29, 2024
1 parent 385b092 commit 821253a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Class/Service/FieldCollection/LayoutDefinitionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectResolverInterface;
use Pimcore\Bundle\StaticResolverBundle\Models\DataObject\FieldCollection\DefinitionResolverInterface;
use Pimcore\Bundle\StudioBackendBundle\Class\Event\FieldCollection\LayoutDefinitionEvent;
use Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface;
use Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\LayoutDefinitionHydratorInterface;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;
use Pimcore\Model\DataObject;
Expand All @@ -37,7 +37,7 @@ public function __construct(
private readonly DataObjectResolverInterface $dataObjectResolver,
private readonly ClassDefinitionResolverInterface $classDefinitionResolver,
private readonly DefinitionResolverInterface $definitionResolver,
private readonly SiteHydratorInterface $layoutDefinitionHydrator,
private readonly LayoutDefinitionHydratorInterface $layoutDefinitionHydrator,
private readonly EventDispatcherInterface $eventDispatcher,
) {
}
Expand Down

0 comments on commit 821253a

Please sign in to comment.