mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-11 06:03:49 +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'],
|
||
|
],
|
||
|
],
|
||
|
];
|