mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 03:16:10 +01:00
22 lines
658 B
PHP
22 lines
658 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'tx_events_domain_model_event' => [
|
|
0 => [
|
|
'uid' => '1',
|
|
'pid' => '2',
|
|
'title' => 'PRICE_KARTENLINK',
|
|
'global_id' => 'e_100347853',
|
|
'ticket' => 'https://www.ticketshop-thueringen.de/veranstaltungen/comedy/sonstiges/bodo-wartke-24230',
|
|
],
|
|
1 => [
|
|
'uid' => '2',
|
|
'pid' => '2',
|
|
'title' => 'Booking',
|
|
'global_id' => 'e_100354481',
|
|
'ticket' => 'https://www.erfurt-tourismus.de/stadtfuehrung/individuell/altstadtfuehrung/onlinebuchung-altstadtfuehrung',
|
|
],
|
|
],
|
|
];
|