• File: Factory.php
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce-multilingual/compatibility/Sensei/Factory.php
  • File size: 376 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WCML\Compatibility\Sensei;

use WCML\Compatibility\ComponentFactory;
use WCML_Sensei;
use WPML_Custom_Columns;
use function WCML\functions\getSitePress;

class Factory extends ComponentFactory {

	/**
	 * @inheritDoc
	 */
	public function create() {
		return new WCML_Sensei( getSitePress(), self::getWpdb(), new WPML_Custom_Columns( getSitePress() ) );
	}
}