diff --git a/Models/TagMapper.php b/Models/TagMapper.php index 47c0848..7370c8c 100755 --- a/Models/TagMapper.php +++ b/Models/TagMapper.php @@ -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, ], ];