mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
472b645305
commit
c1bd9d8cb3
|
|
@ -48,11 +48,11 @@ final class TagMapper extends DataMapperFactory
|
|||
*/
|
||||
public const HAS_MANY = [
|
||||
'title' => [
|
||||
'mapper' => TagL11nMapper::class,
|
||||
'table' => 'tag_l11n',
|
||||
'self' => 'tag_l11n_tag',
|
||||
'column' => 'title',
|
||||
'external' => null,
|
||||
'mapper' => TagL11nMapper::class,
|
||||
'table' => 'tag_l11n',
|
||||
'self' => 'tag_l11n_tag',
|
||||
'column' => 'title',
|
||||
'external' => null,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user