1 | <?php |
||
23 | class Associate extends AssociateIntegration |
||
24 | { |
||
25 | /** |
||
26 | * @inheritdoc |
||
27 | * @return ObjectAssociations |
||
28 | */ |
||
29 | protected function associationService(): IntegrationAssociations |
||
33 | |||
34 | /** |
||
35 | * @inheritdoc |
||
36 | * @param IntegrationAssociation $record |
||
37 | */ |
||
38 | protected function validate( |
||
61 | } |
||
62 |