1 | <?php |
||
8 | trait ManagesContactAutomations |
||
9 | { |
||
10 | use ImplementsActions; |
||
11 | |||
12 | /** |
||
13 | * Get all organizations. |
||
14 | * |
||
15 | * @param \TestMonitor\ActiveCampaign\Resources\Contact $contact |
||
16 | * @param \TestMonitor\ActiveCampaign\Resources\Automation $automation |
||
17 | * |
||
18 | * @return array |
||
19 | */ |
||
20 | public function addContactToAutomation(Contact $contact, Automation $automation) |
||
29 | } |
||
30 |