Power_Automate_Provider::setup_add_to_queues()
Adds the actions to add to the queues.
Source
File: src/Common/Event_Automator/Power_Automate/Power_Automate_Provider.php
public function setup_add_to_queues() {
$this->add_tec_setup();
$this->add_et_setup();
}
Changelog
| Version | Description |
|---|---|
| 6.0.0.1 | Split the method in sub-methods for each plugin. |
| 6.0.0 | Introduced. |