Remove spaces around parenthesis
[MAILPOET-3920]
This commit is contained in:
@@ -392,7 +392,7 @@ class Initializer {
|
|||||||
|
|
||||||
private function setupWoocommerceBlocksIntegration() {
|
private function setupWoocommerceBlocksIntegration() {
|
||||||
$wcEnabled = $this->wcHelper->isWooCommerceActive();
|
$wcEnabled = $this->wcHelper->isWooCommerceActive();
|
||||||
$wcBlocksEnabled = $this->wcHelper->isWooCommerceBlocksActive( '6.3.0-dev' );
|
$wcBlocksEnabled = $this->wcHelper->isWooCommerceBlocksActive('6.3.0-dev');
|
||||||
if ($wcEnabled && $wcBlocksEnabled) {
|
if ($wcEnabled && $wcBlocksEnabled) {
|
||||||
$this->woocommerceBlocksIntegration->init();
|
$this->woocommerceBlocksIntegration->init();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user