|
@@ -559,7 +559,7 @@ discard block |
|
|
block discarded – undo |
|
559
|
559
|
|
|
560
|
560
|
$jsonLD->name->nl = $majorInfoUpdated->getTitle(); |
|
561
|
561
|
$jsonLD->location = array( |
|
562
|
|
- '@type' => 'Place', |
|
|
562
|
+ '@type' => 'Place', |
|
563
|
563
|
) + (array)$this->placeJSONLD($majorInfoUpdated->getLocation()->getCdbid()); |
|
564
|
564
|
|
|
565
|
565
|
$availableTo = AvailableTo::createFromCalendar($majorInfoUpdated->getCalendar()); |
|
@@ -595,7 +595,7 @@ discard block |
|
|
block discarded – undo |
|
595
|
595
|
|
|
596
|
596
|
$jsonLD->location = [ |
|
597
|
597
|
'@type' => 'Place', |
|
598
|
|
- ] + (array) $this->placeJSONLD($locationUpdated->getLocationId()->toNative()); |
|
|
598
|
+ ] + (array) $this->placeJSONLD($locationUpdated->getLocationId()->toNative()); |
|
599
|
599
|
|
|
600
|
600
|
return $document->withBody($jsonLD); |
|
601
|
601
|
} |
Please login to merge, or discard this patch.