mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-17 08:18:40 +00:00
test path fixes
This commit is contained in:
parent
82a6106eb3
commit
e730760e86
|
|
@ -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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user