Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:15:09 +00:00
parent fd618421cc
commit 207328b90e
2 changed files with 9 additions and 9 deletions

View File

@ -50,11 +50,11 @@ final class TagL11nMapper extends DataMapperAbstract
*/
protected static array $ownsOne = [
'language' => [
'mapper' => LanguageMapper::class,
'mapper' => LanguageMapper::class,
'external' => 'tag_l11n_language',
'by' => 'code2',
'column' => 'code2',
'conditional' => true,
'by' => 'code2',
'column' => 'code2',
'conditional' => true,
],
];

View File

@ -52,11 +52,11 @@ final class TagMapper extends DataMapperAbstract
*/
protected static array $hasMany = [
'title' => [
'mapper' => TagL11nMapper::class,
'table' => 'tag_l11n',
'self' => 'tag_l11n_tag',
'column' => 'title',
'conditional' => true,
'mapper' => TagL11nMapper::class,
'table' => 'tag_l11n',
'self' => 'tag_l11n_tag',
'column' => 'title',
'conditional' => true,
'external' => null,
],
];