Controller::do_register()
Register the provider.
Source
File: src/Events_Pro/Blocks/Controller.php
public function do_register(): void {
$this->add_actions();
// Register the service provider itself on the container.
$this->container->singleton( static::class, $this );
}
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |