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

namespace WCML\Compatibility\WcShowSingleVariations;

use WCML\Compatibility\ComponentFactory;
use WCML_JCK_WSSV;

/**
 * @see https://iconicwp.com/products/woocommerce-show-single-variations/
 */
class Factory extends ComponentFactory {

	/**
	 * @inheritDoc
	 */
	public function create() {
		return new WCML_JCK_WSSV();
	}
}