mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 14:56:10 +01:00
12 lines
181 B
PHP
12 lines
181 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'tx_events_domain_model_region' => [
|
||
|
[
|
||
|
'uid' => '1',
|
||
|
'pid' => '2',
|
||
|
'title' => 'Example Region',
|
||
|
],
|
||
|
],
|
||
|
];
|