thuecat/Tests/Functional/Fixtures/Frontend/TouristAttractionsOpeningHours.php
Daniel Siepmann 54d244b804
TYPO3 V12 Update (#116)
* Support TYPO3 v12 and PHP 8.3
2023-12-05 09:43:55 +01:00

14 lines
278 B
PHP

<?php
declare(strict_types=1);
return [
'tx_thuecat_tourist_attraction' => [
0 => [
'uid' => '1',
'pid' => '3',
'title' => 'Erste Attraktion',
'description' => 'Die Beschreibung der Attraktion',
],
],
];