mirror of
https://github.com/werkraum-media/events.git
synced 2025-03-29 18:23:48 +01:00
We switched to PHPDataSets already but didn't migrate all usages. This commit now migrates all usages left behind.
11 lines
181 B
PHP
11 lines
181 B
PHP
<?php
|
|
|
|
return [
|
|
'tx_events_domain_model_region' => [
|
|
[
|
|
'uid' => '1',
|
|
'pid' => '2',
|
|
'title' => 'Example Region',
|
|
],
|
|
],
|
|
];
|