mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-23 12:16:11 +01:00
13 lines
207 B
PHP
13 lines
207 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'tx_events_domain_model_region' => [
|
|
[
|
|
'uid' => '1',
|
|
'pid' => '2',
|
|
'title' => 'Example Region',
|
|
],
|
|
],
|
|
];
|