add conditional requirement for datamapper

This commit is contained in:
Dennis Eichhorn 2020-07-05 22:02:08 +02:00
parent 6f860814c8
commit 2feeee7e7e

View File

@ -141,6 +141,7 @@ protected static array $hasMany = [
'table' => 'tag_l11n',
'external' => 'tag_l11n_tag',
'column' => 'title',
'conditional' => true,
'self' => null,
],
];