mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00
tea/Configuration/Extbase/Persistence/Classes.php
2023-11-29 12:48:38 +01:00

11 lines
192 B
PHP

<?php
declare(strict_types=1);
return [
\TTN\Tea\Domain\Model\Product\Tea::class => [
'properties' => [
'ownerUid' => ['fieldName' => 'owner'],
],
],,
];