Provider::register()
Binds and sets up implementations.
Source
File: src/Events_Virtual/Integrations/Provider.php
public function register() {
$this->container->singleton( static::class, $this );
$this->container->register( Plugins\Event_Tickets\Provider::class );
}
Changelog
| Version | Description |
|---|---|
| 1.15.0 | Introduced. |