diff --git a/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php b/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php index 17960a89..72936fc4 100644 --- a/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php +++ b/Public/HeroSection/Infrastructure/Ui/HeroSectionRenderer.php @@ -1,7 +1,7 @@ [] ]; - $newComponent = new \ROITheme\Domain\Component\Component( + $newComponent = new \ROITheme\Shared\Domain\Entities\Component( $component_name, $component_name, $data diff --git a/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php b/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php index 8ff48180..779c599b 100644 --- a/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php +++ b/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php @@ -1,7 +1,7 @@