Provider::register()

Binds and sets up implementations.

Contents


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 );
	}

Top ↑

Changelog

Changelog
Version Description
1.15.0 Introduced.