fix ownsOne key name

This commit is contained in:
Dennis Eichhorn 2020-07-29 21:15:13 +02:00
parent 73c1369fe1
commit 86cb097244

View File

@ -62,7 +62,7 @@ final class NewsArticleMapper extends DataMapperAbstract
* @since 1.0.0 * @since 1.0.0
*/ */
/* @Module Comments protected static array $ownsOne = [ /* @Module Comments protected static array $ownsOne = [
'news_comment_list' => [ 'comments' => [
'mapper' => CommentListMapper::class, 'mapper' => CommentListMapper::class,
'self' => 'accounting_costcenter_l11n_language', 'self' => 'accounting_costcenter_l11n_language',
'by' => 'code2', 'by' => 'code2',