mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00
tea/Configuration/Extbase/Persistence/Classes.php
2024-05-07 19:15:51 +02:00

13 lines
192 B
PHP

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