mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 03:16:10 +01:00
23 lines
652 B
PHP
23 lines
652 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'tx_events_domain_model_location' => [
|
|
[
|
|
'uid' => 1,
|
|
'pid' => 2,
|
|
'sys_language_uid' => -1,
|
|
'name' => 'Schillerhaus Rudolstadt',
|
|
'street' => 'Schillerstraße 25',
|
|
'district' => '',
|
|
'city' => 'Rudolstadt',
|
|
'zip' => '07407',
|
|
'country' => 'Deutschland',
|
|
'latitude' => '50.720971',
|
|
'longitude' => '11.335230',
|
|
'phone' => '+ 49 3672 / 486470',
|
|
'global_id' => '2c898a5e8f751906124a6eb6384a3b111754db37d3330b169ec022b98a0ddcbe',
|
|
],
|
|
],
|
|
];
|