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