mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-26 20:28:41 +00:00
correct datamapper self/external usage (invert)
This commit is contained in:
parent
960257ef58
commit
b95dd5fd6d
|
|
@ -57,7 +57,7 @@ final class AuditMapper extends DataMapperAbstract
|
|||
protected static array $belongsTo = [
|
||||
'createdBy' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
'self' => 'auditor_audit_created_by',
|
||||
'external' => 'auditor_audit_created_by',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user