init(); } if(defined('FLUENTCART_VERSION')) { (new \FluentCrm\App\Services\ExternalIntegrations\FluentCart\FluentCart())->init(); } /* * Oxygen Editor Integration */ if (defined('CT_VERSION')) { require_once FLUENTCRM_PLUGIN_PATH . 'app/Services/ExternalIntegrations/Oxygen/oxy_init.php'; } (new EventTrackingHandler())->register(); if(defined('BRICKS_VERSION')) { (new BricksBuilderIntegration())->register(); } } }