mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 02:36:12 +01:00
11 lines
192 B
PHP
11 lines
192 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
\TTN\Tea\Domain\Model\Product\Tea::class => [
|
|
'properties' => [
|
|
'ownerUid' => ['fieldName' => 'owner'],
|
|
],
|
|
],,
|
|
];
|