mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
Automated formatting changes
This commit is contained in:
parent
fd618421cc
commit
207328b90e
|
|
@ -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,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user