Hi! I tried using ->where(...) method in conjunction with ->findRelated(...) and it didn´t work. Is it possible? If so could you present an example?
Thanks in advance.
Arthur
Thanks in advance.
Arthur
->findRelated($entity, 'linkName', [
'whereClause' => [
'attributeName' => 'Value'
]
]);
Comment