mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-31 06:28:39 +00:00
Use global namespace+minor fixes
This commit is contained in:
parent
266c563c8b
commit
33ea451b00
|
|
@ -48,6 +48,12 @@ final class AuditMapper extends DataMapperAbstract
|
|||
'auditor_audit_new' => ['name' => 'auditor_audit_new', 'type' => 'string', 'internal' => 'new'],
|
||||
];
|
||||
|
||||
/**
|
||||
* Belongs to.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $belongsTo = [
|
||||
'createdBy' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user