mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-26 02:48:41 +00:00
add conditional requirement for datamapper
This commit is contained in:
parent
6f860814c8
commit
2feeee7e7e
|
|
@ -141,6 +141,7 @@ protected static array $hasMany = [
|
||||||
'table' => 'tag_l11n',
|
'table' => 'tag_l11n',
|
||||||
'external' => 'tag_l11n_tag',
|
'external' => 'tag_l11n_tag',
|
||||||
'column' => 'title',
|
'column' => 'title',
|
||||||
|
'conditional' => true,
|
||||||
'self' => null,
|
'self' => null,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user