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