mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
make fixes for new datamapper
This commit is contained in:
parent
34c9c235b1
commit
6f491b1281
|
|
@ -62,12 +62,14 @@ final class TagMapper extends DataMapperAbstract
|
|||
* @var array<string, array{mapper:string, self:string}>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
/*
|
||||
protected static array $belongsTo = [
|
||||
'owner' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
'self' => 'tag_owner',
|
||||
],
|
||||
];
|
||||
*/
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user