@@ -688,7 +688,7 @@ |
||
| 688 | 688 | public function getWidgetsIds() |
| 689 | 689 | { |
| 690 | 690 | $widgetIds = []; |
| 691 | - foreach($this->getBuiltWidgetMap() as $slot => $_widgetMaps) { |
|
| 691 | + foreach ($this->getBuiltWidgetMap() as $slot => $_widgetMaps) { |
|
| 692 | 692 | foreach ($_widgetMaps as $widgetMap) { |
| 693 | 693 | $widgetIds[] = $widgetMap->getWidget()->getId(); |
| 694 | 694 | } |