<?php

return [
    'tx_events_domain_model_region' => [
        [
            'uid' => '1',
            'pid' => '2',
            'title' => 'Example Region',
        ],
    ],
];