From d22516d0bf7b16d473c531009c62c6dd377daae9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 7 Feb 2020 21:41:13 +0100 Subject: [PATCH] fix Orange-Management/phpOMS#235 --- Models/CommentListMapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index f1b1071..588d154 100644 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -46,8 +46,8 @@ final class CommentListMapper extends DataMapperAbstract 'comments' => [ 'mapper' => CommentMapper::class, 'table' => 'comments_comment', - 'dst' => 'comments_comment_list', - 'src' => null, + 'external' => 'comments_comment_list', + 'self' => null, ], ];