ungate the ShippingController class

This commit is contained in:
Nadir Seghir 2022-12-16 01:05:37 +01:00
parent c611635179
commit 4338944681
1 changed files with 1 additions and 4 deletions

View File

@ -129,10 +129,7 @@ class Bootstrap {
$this->container->get( ClassicTemplatesCompatibility::class );
$this->container->get( BlockPatterns::class );
$this->container->get( PaymentsApi::class );
if ( $this->package->is_experimental_build() ) {
$this->container->get( ShippingController::class )->init();
}
$this->container->get( ShippingController::class )->init();
}
/**