@@ -15,7 +15,7 @@ |
||
| 15 | 15 | /** @var RouteRepository */ |
| 16 | 16 | private $routeRepository; |
| 17 | 17 | |
| 18 | - public function __construct ( |
|
| 18 | + public function __construct( |
|
| 19 | 19 | RouteRepository $routeRepository |
| 20 | 20 | ) |
| 21 | 21 | { |
@@ -206,7 +206,7 @@ |
||
| 206 | 206 | private function populateDynamicComponents(AbstractDynamicPage $page): AbstractDynamicPage |
| 207 | 207 | { |
| 208 | 208 | $components = $this->em->getRepository(AbstractComponent::class)->findByDynamicPage($page); |
| 209 | - foreach($components as $component) |
|
| 209 | + foreach ($components as $component) |
|
| 210 | 210 | { |
| 211 | 211 | $page->addComponentLocation(new ComponentLocation(null, $component)); |
| 212 | 212 | } |