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

namespace WCML\Compatibility\WcSwatches;

use WCML\Compatibility\ComponentFactory;
use WCML_Variation_Swatches_And_Photos;
use function WCML\functions\getWooCommerceWpml;

class Factory extends ComponentFactory {

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