test path fixes

This commit is contained in:
Dennis Eichhorn 2020-03-28 16:27:03 +01:00
parent 82a6106eb3
commit e730760e86

View File

@ -68,7 +68,7 @@ final class QAQuestionMapper extends DataMapperAbstract
protected static array $ownsOne = [ protected static array $ownsOne = [
'category' => [ 'category' => [
'mapper' => QACategoryMapper::class, 'mapper' => QACategoryMapper::class,
'external' => 'qa_question_category', 'self' => 'qa_question_category',
], ],
]; ];