bug fixes / dbmapper fixes

This commit is contained in:
Dennis Eichhorn 2021-12-19 20:20:39 +01:00
parent 472b645305
commit c1bd9d8cb3

View File

@ -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,
],
];