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