Veel kleine puntjes weggewerkt
This commit is contained in:
@@ -12,7 +12,7 @@ class CalendarController extends Controller
|
||||
$apiResult = $this->API('agenda/item/' . (int)$id);
|
||||
$calendarEvent = new \Model\CalendarEvent($apiResult);
|
||||
|
||||
return view('calendarevent', ['event' => $calendarEvent, 'meta_featuredImage' => count($calendarEvent->images) ? $calendarEvent->images[0]->url : null]);
|
||||
return view('calendarevent', ['event' => $calendarEvent, 'metadata' => $calendarEvent->metadata]);
|
||||
}
|
||||
|
||||
public function overview(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user