@@ -210,7 +210,7 @@ |
||
| 210 | 210 | { |
| 211 | 211 | $locations = $this->em->getRepository(ComponentLocation::class)->findByDynamicPage($page); |
| 212 | 212 | if ($locations) { |
| 213 | - foreach($locations as $location) |
|
| 213 | + foreach ($locations as $location) |
|
| 214 | 214 | { |
| 215 | 215 | $page->addComponentLocation($location); |
| 216 | 216 | } |