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