Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders

OrdersControllersServiceProvider::register()publicWC 1.0

Register the classes.

Method of the class: OrdersControllersServiceProvider{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrdersControllersServiceProvider = new OrdersControllersServiceProvider();
$OrdersControllersServiceProvider->register();

OrdersControllersServiceProvider::register() code WC 8.7.0

public function register() {
	$this->share( CouponsController::class );
	$this->share( TaxesController::class );
}