Power_Automate_Provider::register_admin_assets()
Register the Admin Assets for Power Automate.
Source
File: src/Common/Event_Automator/Power_Automate/Power_Automate_Provider.php
public function register_admin_assets() {
$this->container->make( Assets::class )->register_admin_assets();
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |