Provider::boot()

Boot the provider.

Contents


Source

File: src/Tickets/Emails/Provider.php

	public function boot(): void {
		$this->container->make( Admin\Notice_Upgrade::class );
		$this->container->make( Admin\Notice_Extension::class );
	}

Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.